mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added a better truncate on channelname
This commit is contained in:
@@ -3016,10 +3016,15 @@ nav ul li:hover, nav ul li.active {
|
|||||||
|
|
||||||
.chan {
|
.chan {
|
||||||
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42);
|
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42);
|
||||||
width: calc(100vw - 170px);
|
width: calc(100vw - 170px) !important;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
font-size:2rem;
|
font-size: 2rem;
|
||||||
padding-right:0px;
|
padding-right:0px;
|
||||||
|
overflow: hidden;
|
||||||
|
/* display: block; */
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-list li a{ min-width: 0px; width: 37px; padding: 0 0 0 0px;}
|
.control-list li a{ min-width: 0px; width: 37px; padding: 0 0 0 0px;}
|
||||||
@@ -3029,7 +3034,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
transform: initial;
|
transform: initial;
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: initial;
|
max-width: initial;
|
||||||
width: calc(100vw - 170px);
|
width: calc(100vw - 90px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#search_loader{
|
#search_loader{
|
||||||
|
|||||||
Reference in New Issue
Block a user