mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
firefox style tweaks
This commit is contained in:
parent
a3b3e58e94
commit
8fc611e4a5
@ -185,7 +185,10 @@
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border: none;
|
||||
&:before {
|
||||
border: none;
|
||||
height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@ -232,10 +235,12 @@
|
||||
display: inline;
|
||||
width: initial;
|
||||
font-weight: normal;
|
||||
float: left;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,7 @@ body {
|
||||
width: 320px;
|
||||
height: 568px;
|
||||
background-color: @background-color;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main-view {
|
||||
|
Loading…
Reference in New Issue
Block a user