[ghex] css: Add padding to top of offsets, hex and ascii widgets



commit a77dac4b56f6c250cd8e6150b72e4fbad2913258
Author: Logan Rathbone <poprocks gmail com>
Date:   Fri Dec 10 02:50:24 2021 -0500

    css: Add padding to top of offsets, hex and ascii widgets

 src/ghex.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/ghex.css b/src/ghex.css
index d58ab55..997dc0f 100644
--- a/src/ghex.css
+++ b/src/ghex.css
@@ -30,6 +30,7 @@
 }
 
 .hex #offsets {
+       padding-top: 6px;
         padding-left: 12px;
        padding-right: 12px;
        border-right: solid @borders 2px;
@@ -37,11 +38,12 @@
 }
 
 .hex #hex-display {
-        border-right: dotted 2px @borders;
+       padding-top: 6px;
         padding-left: 12px;
+        border-right: dotted 2px @borders;
 }
 
 .hex #ascii-display {
+       padding-top: 6px;
         padding-left: 12px;
 }
-


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