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