From c89074b5084a7955e78bdf112036e69f0ef3ca6c Mon Sep 17 00:00:00 2001 From: Tissevert Date: Fri, 23 Nov 2018 14:24:53 +0100 Subject: [PATCH] Use a fatter arrow and change positioning for menus to guarantee it can't impact the entries --- src/screen.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/screen.css b/src/screen.css index 62c5970..cfbf53a 100644 --- a/src/screen.css +++ b/src/screen.css @@ -25,11 +25,11 @@ body { bottom: 0; left: 0; right: 0; - height: 4.4em; + height: 4.2em; } #screen .text.read:after { - content: "\25be"; + content: "\2bc6"; position: absolute; bottom: 0.1em; right: 0.5em; @@ -47,10 +47,10 @@ ul.menu { } ul.menu .selected:before { - content: "\25b8"; - width: 0.8em; + content: "\2bc8"; + width: 0; margin-left: -0.8em; - display: inline-block; + float: left; } /* 1st frame */