1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

IE fixes and polyfills

This commit is contained in:
Kyle Spearrin
2018-06-07 23:38:17 -04:00
parent 059df9c45d
commit 6436bb65e2
12 changed files with 415 additions and 1026 deletions

View File

@@ -122,7 +122,7 @@ body {
}
.modal-footer {
justify-content: initial;
justify-content: flex-start;
background-color: $input-bg;
}
@@ -156,7 +156,7 @@ app-vault {
tr:hover {
td:last-child .dropdown button {
visibility: initial;
visibility: visible;
}
}
@@ -170,10 +170,12 @@ app-vault {
td:first-child {
width: 35px;
max-width: 35px;
}
td:nth-child(2) {
width: 45px;
max-width: 45px;
text-align: center;
img {
@@ -188,6 +190,7 @@ app-vault {
td:last-child {
width: 72px;
max-width: 72px;
text-align: right;
.btn {