mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix left menu block title ellipsis
This commit is contained in:
@@ -12,7 +12,6 @@ ul {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -273,7 +272,7 @@ my-actor-avatar {
|
|||||||
.block-title {
|
.block-title {
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
@include margin-left(26px);
|
@include margin-left(26px);
|
||||||
@include margin-right(30px);
|
@include margin-right(15px);
|
||||||
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: $font-bold; // Bold
|
font-weight: $font-bold; // Bold
|
||||||
|
|||||||
Reference in New Issue
Block a user