diff options
author | Kim <1877318+kimsible@users.noreply.github.com> | 2020-05-01 10:45:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 10:45:07 +0200 |
commit | 165ee2929bc76fc7f9985ae81cc33736820c7865 (patch) | |
tree | af89ec858c1a2177c36eef3bc12726eab2722ff1 /client/src/sass/include | |
parent | 7a03209d28f3f31d706dee08ae487d2ca1926893 (diff) | |
download | PeerTube-165ee2929bc76fc7f9985ae81cc33736820c7865.tar.gz PeerTube-165ee2929bc76fc7f9985ae81cc33736820c7865.tar.zst PeerTube-165ee2929bc76fc7f9985ae81cc33736820c7865.zip |
Fix tables width, paginators, button on mobile / touchscreens (#2695)
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index d536eac86..6aa5c2474 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -17,6 +17,10 @@ $grid-breakpoints: ( | |||
17 | xxl: 1600px | 17 | xxl: 1600px |
18 | ); | 18 | ); |
19 | 19 | ||
20 | @function breakpoint($label) { | ||
21 | @return map-get($grid-breakpoints, $label); | ||
22 | } | ||
23 | |||
20 | $container-max-widths: ( | 24 | $container-max-widths: ( |
21 | sm: 420px, | 25 | sm: 420px, |
22 | md: 720px, | 26 | md: 720px, |