1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

this fixes #19

This commit is contained in:
gorhill 2014-10-27 11:02:45 -04:00
parent 3aeeea7abd
commit 5131a5d806

View file

@ -18,6 +18,7 @@ body {
margin: 0;
border: 0;
padding: 0;
position: absolute;
top: 0;
width: 100vw;
height: 50px;
@ -26,8 +27,7 @@ body {
#dashboard-nav-widgets {
margin: 0;
border-bottom: 1px solid #ccc;
padding: 4px 0;
box-sizing: border-box;
padding: 4px 0 0 0;
white-space: nowrap;
background-color: white;
}
@ -41,7 +41,9 @@ body {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding: 4px;
box-sizing: border-box;
display: inline-block;
position: relative;
top: 1px;
color: black;
background-color: #eee;
font: inherit;