Datemenu spacing improvements, modal/script/notif buttons fixes

- Now "spacing" property is responsible for spacings in datemenu, not components with margins. Looks the same on 47 and 43;
- Fixed styles mismatch on older GNOME versions;
- Fixed notification buttons on older GNOME versions;
- Fixed some buttons in login/unlock dialogs on older GNOME versions;
- Fixed an issue where generate_file moved specific GNOME version assets to marble folder instead of copying them to temp folder;
This commit is contained in:
Vladyslav Hroshev
2025-03-17 14:23:57 +02:00
parent 1bc6a89d77
commit cf007eab54
8 changed files with 64 additions and 43 deletions
+2 -1
View File
@@ -28,6 +28,7 @@
/* password entry */
.prompt-dialog-password-entry {
background-color: SECTION-COLOR;
padding: 8px !important;
}
@@ -44,7 +45,7 @@
.modal-dialog-linked-button,
.modal-dialog-button-box .modal-dialog-button {
padding: 9px 0;
padding: 9px 0 !important;
border-radius: 10px;
}