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

Added toggle full width function

Added toggle full width function.
Added messaging service to trigger function.
Added CSS to keep login box the same size.
This commit is contained in:
syntaxerror752
2020-05-30 18:30:35 +10:00
parent f36bba6406
commit 22a00b2341
5 changed files with 35 additions and 10 deletions

View File

@@ -123,6 +123,18 @@ body {
&.layout_frontend {
background-color: #ecf0f5;
}
&.full-width {
.container {
min-width: 980px;
width: 90%;
.row {
.col-5 {
max-width: 416px;
}
}
}
}
}
.page-header, .secondary-header {
@@ -192,10 +204,6 @@ input, select, textarea {
max-width: none !important;
margin: 0 auto;
padding: 0;
&.full-width {
min-width: 980px;
width: 90%;
}
}
.page-content {