1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

add app border on safari

This commit is contained in:
Kyle Spearrin 2019-08-20 23:58:31 -04:00
parent a8b454a50e
commit 214686285b

View File

@ -10,4 +10,13 @@ html.browser_safari {
left: 10px;
}
}
app-root {
border-width: 1px;
border-style: solid;
@include themify($themes) {
border-color: themed('borderColor');
}
}
}