3b4fe9af31
The (currently empty) panel resides on the primary monitor. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1954>
10 lines
219 B
SCSS
10 lines
219 B
SCSS
// Screenshot UI
|
|
.screenshot-ui-panel {
|
|
background-color: $osd_bg_color;
|
|
border-radius: 12px + 21px;
|
|
padding: 18px;
|
|
padding-bottom: 18px - 6px;
|
|
margin-bottom: $base_margin * 8;
|
|
spacing: $base_padding * 2;
|
|
}
|