mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
adjust modal sizes
This commit is contained in:
@@ -394,7 +394,17 @@ form .btn .loading-icon {
|
|||||||
|
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
width: 700px;
|
width: 750px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-sm {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: @screen-md-min) {
|
||||||
|
.modal-lg {
|
||||||
|
width: 970px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user