1
0
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:
addison
2021-03-03 15:03:05 -05:00
parent 61d7fcfc85
commit 50b8f6955c
4 changed files with 52 additions and 15 deletions

View File

@@ -315,3 +315,13 @@ app-vault-icon {
input[type="password"]::-ms-reveal {
display: none;
}
.flex {
display: flex;
&.flex-grow {
> * {
flex: 1;
}
}
}