1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

dont show popout in firefox sidebar

This commit is contained in:
Kyle Spearrin
2018-04-13 23:37:57 -04:00
parent 57a0c0fc75
commit 38f55d7147
4 changed files with 12 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ header {
.fa {
position: absolute;
top: 15px;
left: 10px;
left: 20px;
color: lighten($brand-primary, 30%);
}
@@ -204,6 +204,10 @@ header {
.left + .search {
padding-left: 0;
.fa {
left: 10px;
}
}
.search + .right {