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

Added UI scaling tickbox to options menu

This commit is contained in:
syntaxerror752
2020-05-29 21:28:26 +10:00
parent ca771eb04c
commit eb5ad7c6dc
4 changed files with 28 additions and 0 deletions

View File

@@ -192,6 +192,10 @@ input, select, textarea {
max-width: none !important;
margin: 0 auto;
padding: 0;
&.full-width {
min-width: 980px;
width: 90%;
}
}
.page-content {