Use a fatter arrow and change positioning for menus to guarantee it can't impact the entries
This commit is contained in:
parent
6a154e094d
commit
c89074b508
1 changed files with 5 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue