[nautilus/wip/cdavis/hdywindow: 20/21] css: Match floating bar radius to window radius
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/cdavis/hdywindow: 20/21] css: Match floating bar radius to window radius
- Date: Tue, 9 Feb 2021 00:47:58 +0000 (UTC)
commit 4406c9258e39c85a453df88321037d2ad8698666
Author: Christopher Davis <brainblasted disroot org>
Date: Fri Feb 5 17:08:48 2021 -0800
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.
src/resources/css/Adwaita.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]