Skip to content

Commit 876ad43

Browse files
author
satoshinotdead
committed
css
1 parent a5cf98d commit 876ad43

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

scss/mobile-stuff.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ body.f-nav-hidden:not(
282282

283283
.new-user-wrapper .user-navigation-secondary .nav-pills {
284284
flex-direction: column;
285-
height: 3rem;
285+
height: 100%;
286+
align-items: flex-start;
286287
}
287288

288289
// No border on end (prevent navbar redundance)
@@ -304,3 +305,14 @@ body.f-nav-hidden:not(
304305
.user-preferences .form-vertical .control-group .pref-email-settings {
305306
display: none;
306307
}
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

Comments
 (0)