Use a fatter arrow and change positioning for menus to guarantee it can't impact the entries

This commit is contained in:
Tissevert 2018-11-23 14:24:53 +01:00
parent 6a154e094d
commit c89074b508
1 changed files with 5 additions and 5 deletions

View File

@ -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 */