fix line-height channel name

This commit is contained in:
2025-04-09 09:14:12 +04:00
parent 2104269eaa
commit a8c498679d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ img {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1;
line-height: 1.4;
display: flex;
align-items: center;
}
+2 -1
View File
@@ -186,6 +186,7 @@
font-size: 1rem;
font-weight: 600;
margin: 0;
line-height: 1.4;
}
.subscribe-button {
@@ -446,7 +447,7 @@
text-overflow: ellipsis;
font-size: 0.75rem;
font-weight: normal;
line-height: 1;
line-height: 1.4;
display: flex;
align-items: center;
}