aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
authorKim <1877318+kimsible@users.noreply.github.com>2020-05-01 10:45:07 +0200
committerGitHub <noreply@github.com>2020-05-01 10:45:07 +0200
commit165ee2929bc76fc7f9985ae81cc33736820c7865 (patch)
treeaf89ec858c1a2177c36eef3bc12726eab2722ff1 /client/src/sass/bootstrap.scss
parent7a03209d28f3f31d706dee08ae487d2ca1926893 (diff)
downloadPeerTube-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/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index eee3db8fc..377c85070 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -66,7 +66,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
66} 66}
67 67
68 68
69@media screen and (min-width: #{map-get($grid-breakpoints, md)}) { 69@media screen and (min-width: #{breakpoint(md)}) {
70 .modal:before { 70 .modal:before {
71 vertical-align: middle; 71 vertical-align: middle;
72 content: " "; 72 content: " ";