make this thing less long

This commit is contained in:
Sakooooo 2024-09-22 12:58:42 +04:00
parent fdb699d9bc
commit 96424bafca
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -68,6 +68,20 @@ label {
border-bottom: 3px solid @theme_selected_bg_color;
}
.client-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 50px;
}
.media {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100px;
}
levelbar block,
highlight {
min-height: 10px;