mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix toolbar alignment issues (#191)
This commit is contained in:
parent
48f40c4884
commit
4d2ed10c94
1 changed files with 9 additions and 2 deletions
|
@ -115,10 +115,17 @@ margin-top: 4px;
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
body {
|
||||
html {
|
||||
height: 100%;
|
||||
background: -webkit-gradient(linear, left top, left bottom,
|
||||
from(#ddd), to(#fff));
|
||||
margin: 0; padding: 0;
|
||||
margin:0; padding:0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin:0; padding:0;
|
||||
position:absolute;
|
||||
top:0;left:0;right:0;bottom:0;
|
||||
-webkit-user-select: none;
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue