Mercurial > repos > other > Adwaita-Dark-Green
changeset 103:d007f45f5171
Fix rounding of corners in Nautilus
* Header bar wasn't rounded (unknown why) - still not perfect
but improved
* On zooming, pathbar boxes showed too much radius
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 27 Mar 2022 15:16:09 +0100 |
parents | 52522384054f |
children | 87e188db01a5 |
files | gtk-3.24/nautilus.css |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk-3.24/nautilus.css Sun Mar 27 15:01:36 2022 +0100 +++ b/gtk-3.24/nautilus.css Sun Mar 27 15:16:09 2022 +0100 @@ -6,6 +6,11 @@ background: @theme_base_color; } +.nautilus-window headerbar { + border-top-left-radius: 8px; + border-top-right-radius: 8px; +} + .nautilus-canvas-item { border-radius: 5px; } @@ -119,8 +124,8 @@ border-radius:0; } .nautilus-window .path-bar-box .linked > button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } .nautilus-window .path-bar-box {