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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user