diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-21 16:18:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:54 +0200 |
commit | 22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd (patch) | |
tree | 93c53e0619f966bd9ff1bb698c411277a9447a41 /client/src/sass/application.scss | |
parent | 99492dbc0d87ef54d0dab7d8d44f8d0de5722bdd (diff) | |
download | PeerTube-22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd.tar.gz PeerTube-22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd.tar.zst PeerTube-22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd.zip |
Add local user subscriptions
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index dc0ffe912..b2d7c2bec 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -83,6 +83,7 @@ label { | |||
83 | display: flex; | 83 | display: flex; |
84 | align-items: center; | 84 | align-items: center; |
85 | padding-left: $not-expanded-horizontal-margins; | 85 | padding-left: $not-expanded-horizontal-margins; |
86 | padding-right: $not-expanded-horizontal-margins; | ||
86 | } | 87 | } |
87 | 88 | ||
88 | // Override some properties if the main content is expanded (no menu on the left) | 89 | // Override some properties if the main content is expanded (no menu on the left) |
@@ -96,6 +97,7 @@ label { | |||
96 | 97 | ||
97 | .sub-menu { | 98 | .sub-menu { |
98 | padding-left: $expanded-horizontal-margins; | 99 | padding-left: $expanded-horizontal-margins; |
100 | padding-right: $expanded-horizontal-margins; | ||
99 | } | 101 | } |
100 | } | 102 | } |
101 | } | 103 | } |
@@ -294,6 +296,10 @@ table { | |||
294 | 296 | ||
295 | .sub-menu { | 297 | .sub-menu { |
296 | padding-left: 50px; | 298 | padding-left: 50px; |
299 | |||
300 | .title-page { | ||
301 | font-size: 15px; | ||
302 | } | ||
297 | } | 303 | } |
298 | } | 304 | } |
299 | } | 305 | } |
@@ -316,6 +322,7 @@ table { | |||
316 | 322 | ||
317 | .sub-menu { | 323 | .sub-menu { |
318 | padding-left: 15px; | 324 | padding-left: 15px; |
325 | padding-right: 15px; | ||
319 | margin-bottom: 10px; | 326 | margin-bottom: 10px; |
320 | } | 327 | } |
321 | 328 | ||