mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
style: Change lg border radius so it doesn't look cut off in Overview
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2823>
This commit is contained in:
parent
33af4d1a5b
commit
fd417420e8
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
background-color: transparentize($osd_bg_color,0.02);
|
||||
color: $osd_fg_color;
|
||||
|
||||
border-radius: 0 0 $modal_radius $modal_radius;
|
||||
|
||||
border-radius: $modal_radius;
|
||||
margin-top: $base_margin;
|
||||
border-top-width: 0;
|
||||
padding: $base_padding;
|
||||
spacing: $base_padding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue