style: set sidepage width relative to font size (#7389)

This commit is contained in:
Frédéric Péters 2015-05-27 17:39:49 +02:00
parent 2b1b96e2cb
commit fffe1c6c6a
1 changed files with 2 additions and 2 deletions

View File

@ -553,7 +553,7 @@ form.small button + a.button {
position: absolute;
z-index: 100;
background: black;
width: 220px;
width: 30ex;
height: 2em;
text-align: left;
transition: all 0ms ease-in;
@ -561,7 +561,7 @@ form.small button + a.button {
}
#main.sidepage-expanded {
margin-left: 220px;
margin-left: 30ex;
}
#main.enable-transitions,