mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
UX: remove glyphs from user page for now
This commit is contained in:
parent
e1050d0273
commit
1c65fbc9b5
1 changed files with 4 additions and 3 deletions
|
@ -89,9 +89,10 @@
|
|||
}
|
||||
|
||||
.user-navigation .nav-stacked .glyph {
|
||||
float: right;
|
||||
display: block;
|
||||
position: static;
|
||||
display: none;
|
||||
// float: right;
|
||||
// display: block;
|
||||
// position: static;
|
||||
}
|
||||
|
||||
.user-navigation {
|
||||
|
|
Loading…
Add table
Reference in a new issue