Daniel Brötzmann pushed to branch adw-application at gajim / gajim
Commits:
ea1c1ff6 by wurstsalat at 2025-04-24T23:32:03+02:00
fix: Fix sidebar styling
- - - - -
1 changed file:
- gajim/data/style/gajim.css
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -389,16 +389,16 @@ .activity-sidebar image {
background-color: mix(@theme_base_color, @theme_fg_color, 0.2);
border-radius: 9px;
padding: 6px;
- margin: 6px 6px 0px 7px;
+ margin: 3px 6px 0px 7px;
}
.activity-sidebar .selection-bar {
- margin-top: 6px;
+ margin-top: 3px;
margin-bottom: 0px;
}
.activity-box > separator {
- background-color: darker(@theme_bg_color);
+ background-color: @borders;
}
/* ActivityPage */
@@ -472,7 +472,7 @@ .account-box {
background-color: mix(@theme_base_color, @theme_fg_color, 0.15);
}
.account-box > separator {
- background-color: darker(@theme_bg_color);
+ background-color: @borders;
}
/* AccountPage */
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ea1c1ff65a386c3cb412b34288e06a3e33523ad8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ea1c1ff65a386c3cb412b34288e06a3e33523ad8
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]