aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-26 21:22:00 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:23:19 +0200
commit67167390827ca0c6c10849f26d0deb8b32186a7e (patch)
treef2c2732c287b175bad289968721de3063b633ee6 /client/src/sass
parentd1a00ddbe245ee6cd2837025fb7757b22465dd11 (diff)
downloadPeerTube-67167390827ca0c6c10849f26d0deb8b32186a7e.tar.gz
PeerTube-67167390827ca0c6c10849f26d0deb8b32186a7e.tar.zst
PeerTube-67167390827ca0c6c10849f26d0deb8b32186a7e.zip
Client: add ability to hide left menu
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index b446dde2a..db23afd0d 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -21,29 +21,6 @@ input.readonly {
21 color: black; 21 color: black;
22} 22}
23 23
24.header {
25 height: $header-height;
26
27 my-search {
28 position: fixed;
29 z-index: 1000;
30 }
31
32 .search-col {
33 height: 100%;
34 margin-left: -15px;
35 padding: 0;
36 }
37}
38
39.title-menu-left {
40 position: fixed;
41}
42
43.main-row {
44 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
45}
46
47.main-col { 24.main-col {
48 25
49 .content-padding { 26 .content-padding {