diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-10 21:09:31 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-10 21:09:31 +0200 |
commit | d840487fed32b4604b02030c0d7464afa925904f (patch) | |
tree | a44be2f5dfd4736bdc4743fce0a691e45523e90e /client/src/sass/include | |
parent | 1bab226f5c2e678039ed40f87ab3fe05f3ebd0f4 (diff) | |
download | PeerTube-d840487fed32b4604b02030c0d7464afa925904f.tar.gz PeerTube-d840487fed32b4604b02030c0d7464afa925904f.tar.zst PeerTube-d840487fed32b4604b02030c0d7464afa925904f.zip |
smaller miniature average size in fluid grid, updated admin instructions for global search
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 6aa5c2474..09c58a697 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -4,6 +4,7 @@ $modal-footer-border-width: 0; | |||
4 | $modal-md: 600px; | 4 | $modal-md: 600px; |
5 | 5 | ||
6 | $grid-breakpoints: ( | 6 | $grid-breakpoints: ( |
7 | // CLASSIC BREAKPOINTS GROUP | ||
7 | // Extra small screen / phone | 8 | // Extra small screen / phone |
8 | xs: 0, | 9 | xs: 0, |
9 | // Small screen / phone | 10 | // Small screen / phone |
@@ -14,7 +15,12 @@ $grid-breakpoints: ( | |||
14 | lg: 900px, | 15 | lg: 900px, |
15 | // Extra large screens / wide desktops | 16 | // Extra large screens / wide desktops |
16 | xl: 1200px, | 17 | xl: 1200px, |
17 | xxl: 1600px | 18 | xxl: 1600px, |
19 | |||
20 | // SCREEN GROUP | ||
21 | fhd: 1920px, | ||
22 | qhd: 2560px, | ||
23 | uhd: 3840px | ||
18 | ); | 24 | ); |
19 | 25 | ||
20 | @function breakpoint($label) { | 26 | @function breakpoint($label) { |