diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 10:08:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 10:08:05 +0100 |
commit | c8cf5952f3be2dd64016c10dfe1825a6de1ec39b (patch) | |
tree | f8e8041b28bfeda4f642e975aa8db9bb924942d1 /client/src/app/menu/menu.component.scss | |
parent | 8892e8cc63fcef1ce4952b6a8e2946d730c5e8bb (diff) | |
download | PeerTube-c8cf5952f3be2dd64016c10dfe1825a6de1ec39b.tar.gz PeerTube-c8cf5952f3be2dd64016c10dfe1825a6de1ec39b.tar.zst PeerTube-c8cf5952f3be2dd64016c10dfe1825a6de1ec39b.zip |
Mobile version: menu full width and autoclosed
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 297fda84d..4714a9e87 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -136,59 +136,3 @@ menu { | |||
136 | } | 136 | } |
137 | } | 137 | } |
138 | } | 138 | } |
139 | |||
140 | @media screen and (max-width: 800px) { | ||
141 | menu { | ||
142 | .logged-in-block { | ||
143 | padding-left: 10px; | ||
144 | |||
145 | img { | ||
146 | display: none; | ||
147 | } | ||
148 | |||
149 | .logged-in-info { | ||
150 | .logged-in-username { | ||
151 | font-size: 14px; | ||
152 | } | ||
153 | |||
154 | .logged-in-email { | ||
155 | font-size: 11px; | ||
156 | max-width: 120px; | ||
157 | } | ||
158 | } | ||
159 | |||
160 | .logged-in-more { | ||
161 | margin-right: 5px; | ||
162 | |||
163 | .login-button, .create-account-button { | ||
164 | font-weight: $font-semibold; | ||
165 | font-size: 15px; | ||
166 | height: $button-height; | ||
167 | line-height: $button-height; | ||
168 | width: 190px; | ||
169 | } | ||
170 | } | ||
171 | } | ||
172 | |||
173 | .button-block { | ||
174 | margin: 20px 10px 25px 10px; | ||
175 | |||
176 | .login-button, .create-account-button { | ||
177 | font-size: 13px; | ||
178 | } | ||
179 | } | ||
180 | |||
181 | .panel-block { | ||
182 | margin-bottom: 30px; | ||
183 | margin-left: 10px; | ||
184 | |||
185 | a { | ||
186 | font-size: 14px; | ||
187 | |||
188 | .icon { | ||
189 | margin-right: 10px; | ||
190 | } | ||
191 | } | ||
192 | } | ||
193 | } | ||
194 | } | ||