Skip to content

Commit

Permalink
initial commit: reworked prompt dialog padding and border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
ochi12 committed Dec 23, 2024
1 parent efe91fc commit accd65c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gnome-shell/src/gnome-shell-sass/widgets/_dialogs.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Modal Dialogs */

$dialog_padding: $base_padding * 4 $base_padding * 3 $base_padding * 3 $base_padding * 3;

.headline {
@extend %title_4;
}
Expand Down Expand Up @@ -87,8 +89,9 @@
/* Password or Authentication Dialog */

.prompt-dialog {
width: 28em;

width: 26em;
padding: $dialog_padding; // Yaru change: padding match to quick settings
border-radius: $yaru_menu_border_radius; // Yaru change: match border-radius to quick settings
.modal-dialog-content-box {
margin-bottom: $base_margin * 6;
}
Expand Down

0 comments on commit accd65c

Please sign in to comment.