Skip to content
Snippets Groups Projects
Unverified Commit 1345d20d authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

(Quick)Fix vertical-center breakpoints for smaller screens (#4773)

* Quickfix: adjust vertical-center class for smaller screens

* Add Margin Bottom to RoomJoin

* Fix padding size

* Fix padding size

* Remove Bottom Margin on RoomJoin

* Add breakpoint to vertical-buffer
parent 77753f93
No related merge requests found
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
right: 0; right: 0;
margin: auto; margin: auto;
height: 75%; height: 75%;
@include media-breakpoint-down(xxl) {
height: 85%;
}
} }
.no-header-height { .no-header-height {
...@@ -24,6 +28,10 @@ ...@@ -24,6 +28,10 @@
.vertical-buffer { .vertical-buffer {
padding-top: 10%; padding-top: 10%;
@include media-breakpoint-down(xxl) {
height: 5%;
}
} }
} }
...@@ -32,6 +40,10 @@ ...@@ -32,6 +40,10 @@
.vertical-buffer { .vertical-buffer {
padding-top: 5%; padding-top: 5%;
@include media-breakpoint-down(xxl) {
height: 3%;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment