try to fix styling

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-12 15:29:28 +03:00
parent d48559e6d8
commit bba55dc973
5 changed files with 79 additions and 90 deletions

View File

@ -74,16 +74,17 @@
.app-icon,
.image {
-gtk-icon-effect: none;
padding-right: 0.5rem;
}
.notification-action {
border-radius: 6px;
border-radius: 9px;
margin: 3px;
}
.close-button {
margin: 12px;
border-radius: 3px;
border-radius: 6px;
}
.notification-group.collapsed
@ -105,15 +106,15 @@
.notification.normal,
.notification.critical,
.control-center {
border-radius: 9px;
border-radius: 12px;
margin: 6px;
}
.floating-notifications,
.notification-content {
padding: 0.5rem;
margin: 3px;
border-radius: 6px;
border: none;
border-radius: 9px;
}
.control-center-list {
@ -129,7 +130,7 @@
}
.widget-title > button {
border-radius: 6px;
border-radius: 9px;
padding: 0.5rem;
}
@ -142,23 +143,23 @@
}
.widget-dnd > switch {
border-radius: 6px;
border-radius: 9px;
}
.widget-dnd > switch slider {
margin: 3px;
border-radius: 3px;
border-radius: 6px;
padding: 0px;
}
.widget-mpris .widget-mpris-player {
border-radius: 9px;
border-radius: 12px;
margin: 0.5rem;
padding: 0.5rem;
}
.widget-mpris .widget-mpris-player .widget-mpris-album-art {
border-radius: 6px;
border-radius: 9px;
}
.widget-mpris .widget-mpris-player .widget-mpris-title {
@ -170,7 +171,7 @@
}
.widget-mpris .widget-mpris-player > box > button {
border-radius: 3px;
border-radius: 6px;
padding: 3px;
}
'';