We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cf98d commit 876ad43Copy full SHA for 876ad43
scss/mobile-stuff.scss
@@ -282,7 +282,8 @@ body.f-nav-hidden:not(
282
283
.new-user-wrapper .user-navigation-secondary .nav-pills {
284
flex-direction: column;
285
- height: 3rem;
+ height: 100%;
286
+ align-items: flex-start;
287
}
288
289
// No border on end (prevent navbar redundance)
@@ -304,3 +305,14 @@ body.f-nav-hidden:not(
304
305
.user-preferences .form-vertical .control-group .pref-email-settings {
306
display: none;
307
308
+
309
+// Disable theme switcher
310
+.sidebar-footer-wrapper .sidebar-footer-actions-button.btn {
311
+ display: none;
312
+}
313
314
+// Some icons on white
315
316
+.flair-agoristas {
317
+ color: #f1f1f1;
318
0 commit comments