mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-14 20:38:54 +00:00
fixes avatar menu in responsive design
This commit is contained in:
parent
f7a869c625
commit
f19418f2c2
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 990px) {
|
||||
.avatar-dropdown {
|
||||
left: 0;
|
||||
right: auto;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.no-content {
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue