summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/hexview.css')
-rw-r--r--src/gtkext/hexview.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/gtkext/hexview.css b/src/gtkext/hexview.css
index fdde1cc..9725509 100644
--- a/src/gtkext/hexview.css
+++ b/src/gtkext/hexview.css
@@ -17,13 +17,19 @@ GtkHexView > :not(scrollbar) {
}
-GtkHexView > :nth-last-child(2) {
+/* ASCII */
+
+GtkHexView.with_vscroll > :nth-last-child(2),
+GtkHexView.without_vscroll > :nth-last-child(1) {
padding-right: 4px;
}
-GtkHexView > :nth-last-child(4) {
+/* Offset */
+
+GtkHexView.with_vscroll > :nth-last-child(4),
+GtkHexView.without_vscroll > :nth-last-child(3) {
border-right: 1px solid @borders;