diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-03 14:13:24 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-03 14:13:28 +0200 |
commit | 947d01023d53b5b79174775abfd27823678e597b (patch) | |
tree | bab7c1ec1b8716c564a28067500e8fb3d2a37ed6 /client/src/sass/application.scss | |
parent | 51892fe0429e237bff956143630b295aa358f811 (diff) | |
download | PeerTube-947d01023d53b5b79174775abfd27823678e597b.tar.gz PeerTube-947d01023d53b5b79174775abfd27823678e597b.tar.zst PeerTube-947d01023d53b5b79174775abfd27823678e597b.zip |
Improve channel and account display on medium devices
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index c8966d22b..11e5c16c3 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -77,10 +77,6 @@ input, textarea { | |||
77 | color: var(--mainForegroundColor); | 77 | color: var(--mainForegroundColor); |
78 | } | 78 | } |
79 | 79 | ||
80 | .btn-outline-secondary { | ||
81 | border-color: $input-border-color; | ||
82 | } | ||
83 | |||
84 | label { | 80 | label { |
85 | font-weight: $font-bold; | 81 | font-weight: $font-bold; |
86 | font-size: 15px; | 82 | font-size: 15px; |
@@ -108,7 +104,7 @@ label { | |||
108 | } | 104 | } |
109 | 105 | ||
110 | .row { | 106 | .row { |
111 | margin: 0; | 107 | margin: 0 !important; |
112 | } | 108 | } |
113 | 109 | ||
114 | .main-col { | 110 | .main-col { |
@@ -280,6 +276,7 @@ table { | |||
280 | 276 | ||
281 | .sub-menu { | 277 | .sub-menu { |
282 | padding-left: 50px; | 278 | padding-left: 50px; |
279 | padding-right: 50px; | ||
283 | 280 | ||
284 | .title-page { | 281 | .title-page { |
285 | font-size: 17px; | 282 | font-size: 17px; |