diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-20 11:35:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-20 11:35:09 +0200 |
commit | d94b8ecf7dddb82b84302854c5fb761f90a82e39 (patch) | |
tree | 567d4f8e3159ae4217ebf9653aae15e0d2192535 /client/src/sass/include/_variables.scss | |
parent | dbb76162b9cf2d048505e4d6170b694388f68e75 (diff) | |
download | PeerTube-d94b8ecf7dddb82b84302854c5fb761f90a82e39.tar.gz PeerTube-d94b8ecf7dddb82b84302854c5fb761f90a82e39.tar.zst PeerTube-d94b8ecf7dddb82b84302854c5fb761f90a82e39.zip |
Improve admin tables responsive
Diffstat (limited to 'client/src/sass/include/_variables.scss')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index e0a4c7d3f..f973b3257 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -98,6 +98,8 @@ $focus-box-shadow-form: 0 0 0 .2rem; | |||
98 | $video-watch-player-factor: math.div(16, 9); | 98 | $video-watch-player-factor: math.div(16, 9); |
99 | $video-watch-info-margin-left: 44px; | 99 | $video-watch-info-margin-left: 44px; |
100 | 100 | ||
101 | $primeng-breakpoint: 960px; | ||
102 | |||
101 | /*** map theme ***/ | 103 | /*** map theme ***/ |
102 | 104 | ||
103 | // pass variables into a sass map, | 105 | // pass variables into a sass map, |