[iagno/arnaudb/wip/gtk4: 27/54] Fix CSS warning.



commit 199364e6d61a2c001ab41bfe6db46d7faa768cbb
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Feb 17 19:46:59 2020 +0100

    Fix CSS warning.

 data/base-window.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/base-window.css b/data/base-window.css
index c5a36c9..c9b9fa8 100644
--- a/data/base-window.css
+++ b/data/base-window.css
@@ -52,10 +52,10 @@
 }
 
 .horizontal.overlayed-list:dir(ltr).needs-padding > scrolledwindow > viewport > list > row {
-  padding-right:calc(160px+1rem); /* width-request of edit_mode_box + a bit */
+  padding-right:calc(160px + 1rem); /* width-request of edit_mode_box + a bit */
 }
 .horizontal.overlayed-list:dir(rtl).needs-padding > scrolledwindow > viewport > list > row {
-  padding-left :calc(160px+1rem); /* width-request of edit_mode_box + a bit */
+  padding-left :calc(160px + 1rem); /* width-request of edit_mode_box + a bit */
 }
 .horizontal.overlayed-list:dir(ltr).needs-padding > .linked-circular {
   margin-right:1.5rem;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]