[nautilus/wip/cdavis/hdywindow: 3/4] css: Match floating bar radius to window radius




commit 35791e96ce5761e9266fce541bae10f1b661b2b4
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 546d3e98a..e98ebcb8f 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]