config/ags: hopefully stop overflow

This commit is contained in:
Sakooooo 2024-10-15 20:30:26 +04:00
parent 8f01622ef0
commit 5bc0397929
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -24,7 +24,7 @@ button {
} }
button:active { button:active {
background-color: @theme_selected_bg_color; background-color: #ea4c88;
} }
button:hover { button:hover {
@ -37,12 +37,20 @@ label {
.client-title { .client-title {
color: @theme_selected_bg_color; color: @theme_selected_bg_color;
max-width: 50px;
overflow: hidden;
text-overflow: ellipsis;
} }
.notification { .notification {
color: yellow; color: yellow;
} }
.media {
max-width: 50px;
overflow: hidden;
text-overflow: ellipsis;
}
.workspace-indicator { .workspace-indicator {
min-width: 0; min-width: 0;