8 Commits

Author SHA1 Message Date
Vladyslav Hroshev 08ac0aa8d3 Fixed notifications, updated borders and paddings
- Fixed notifications in GNOME 47 (likely Ubuntu) and older (Fixes #64);
- Fixed big margins between messages for GNOME 47 and older;
- Fixed margins in modal for GNOME 46 and oler;
- Adapted paddings and borders in quick settings and in screenshot panel;
- Changed styles in tooltips and popup messages;
2025-07-04 20:51:57 +03:00
Vladyslav Hroshev e46181e19d Fixed concurrent installation, replaced misspelled class
- Removed redundant theme.prepare() in LocalThemeInstaller._install_theme() (already calls in abstract ThemeInstaller);
- Replaced misspelled class in messages.css
2025-04-01 19:34:00 +03:00
Vladyslav Hroshev d6250ca33a Temporary added new colors for second and third message in stack 2025-03-25 19:25:52 +02:00
Vladyslav Hroshev d8722d7f7a GNOME 48 support. Fixed messages, decreased calendar. Fixed #50 2025-03-25 17:26:23 +02:00
Vladyslav Hroshev cf007eab54 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;
2025-03-17 14:23:57 +02:00
Vladyslav Hroshev 3590a3c7a3 Refine datemenu spacing 2025-03-09 13:12:25 +02:00
Vladyslav Hroshev 57f7093f11 Fixed #42, fixed margin for close/expand button 2025-03-08 19:24:47 +02:00
Vladyslav Hroshev 8cce85a437 GNOME dependable installation, structure and style improvements
Split utils in utils.py to a directory
Moved ./gnome-shell_css/ to ./gnome-shell/.css/
2024-09-30 00:14:09 +03:00