optionsUI: left padding in firefox is 6px

This commit is contained in:
tophf 2017-04-14 14:13:02 +03:00
parent eb37b3e4ad
commit ba02bc52a1

View File

@ -7,6 +7,14 @@ html.opera body {
text-align: initial;
}
html.firefox .block {
padding-left: 6px;
}
html.firefox #notes {
padding-left: calc(6px + 2ex);
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, sans-serif;