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;
This commit is contained in:
Vladyslav Hroshev
2025-07-04 20:51:57 +03:00
parent 323b14a2de
commit 08ac0aa8d3
9 changed files with 80 additions and 55 deletions
+11 -6
View File
@@ -5,7 +5,9 @@
color: TEXT-PRIMARY-COLOR;
background-color: BACKGROUND-COLOR;
border: 1px solid BORDER-MENU-SHADOW;
border-radius: 22px;
border-radius: 24px;
padding: 12px;
padding-bottom: 8px; /* centers bottom buttons because of capture button */
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
@@ -13,10 +15,14 @@
.screenshot-ui-type-button { /* Selection / Screen / Window */
color: TEXT-PRIMARY-COLOR;
background-color: transparent;
border-radius: 15px;
border-radius: 14px;
transition-duration: 100ms;
}
.screenshot-ui-show-pointer-button {
border-radius: 12px;
}
.screenshot-ui-show-pointer-button:hover,
.screenshot-ui-type-button:hover,
.screenshot-ui-show-pointer-button:focus,
@@ -83,13 +89,12 @@
background-gradient-end: BUTTON-COLOR;
}
/* circle around capture button */
.screenshot-ui-capture-button {
width: 36px;
height: 36px;
width: 32px;
height: 32px;
border-radius: 99px;
border: 4px ACCENT-SECONDARY-COLOR;
border: 3px ACCENT-SECONDARY-COLOR;
padding: 4px;
}