mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-30 16:44:31 +00:00
fixing left area in responsive view
This commit is contained in:
parent
07733890a2
commit
01f9116f48
@ -2772,9 +2772,6 @@ ul.dropdown-menu li > li > a {
|
||||
.userMenu > ul {
|
||||
background-image: none;
|
||||
}
|
||||
.userMenu .userMenu-profile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.userMenu li.userMenu-search > input {
|
||||
width: 150px;
|
||||
@ -2808,6 +2805,9 @@ ul.dropdown-menu li > li > a {
|
||||
margin: 0;
|
||||
float: left;
|
||||
}
|
||||
.mini-profile-indicators li.userMenu-user {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.who-follow {
|
||||
display: none;
|
||||
|
@ -34,8 +34,6 @@
|
||||
> ul
|
||||
background-image: none
|
||||
|
||||
.userMenu-profile
|
||||
display: none
|
||||
|
||||
.userMenu li.userMenu-search > input
|
||||
width: 150px
|
||||
@ -64,6 +62,10 @@
|
||||
width: 25%
|
||||
margin: 0
|
||||
float: left
|
||||
|
||||
&.userMenu-user
|
||||
display: none
|
||||
|
||||
.who-follow
|
||||
display: none
|
||||
.promoted-posts-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user