UX: remove glyphs from user page for now
This commit is contained in:
parent
e1050d0273
commit
1c65fbc9b5
|
@ -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…
Reference in New Issue