mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
add app border on safari
This commit is contained in:
@@ -10,4 +10,13 @@ html.browser_safari {
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
app-root {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
||||
@include themify($themes) {
|
||||
border-color: themed('borderColor');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user