mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
implemented date & time fallbacks for safari and FF
This commit is contained in:
@@ -315,3 +315,13 @@ app-vault-icon {
|
||||
input[type="password"]::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
|
||||
&.flex-grow {
|
||||
> * {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user