summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2021-02-05 17:08:48 -0800
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2021-02-09 00:47:57 +0000
commit4406c9258e39c85a453df88321037d2ad8698666 (patch)
tree74f3f7baf359cfebcd806dcd9de123967e2b2ce4
parent2451836f71a5d80a55115343908c8656c81c3367 (diff)
downloadnautilus-4406c9258e39c85a453df88321037d2ad8698666.tar.gz
css: Match floating bar radius to window radius
The bottom corners of the window have an 8px radius now. The floating status bar shares a corner with the window, but the opposite corner has a smaller radius, which doesn't look good. So, make it 8px too.
-rw-r--r--src/resources/css/Adwaita.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 26a86cd18..ed70a5f63 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -101,7 +101,7 @@ entry.search > * {
border-width: 1px;
border-style: solid solid none;
border-color: @borders;
- border-radius: 3px 3px 0 0;
+ border-radius: 8px 8px 0 0;
}
.floating-bar.bottom.left { /* axes left border and border radius */