mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 04:48:55 +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;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 990px) {
|
||||||
|
.avatar-dropdown {
|
||||||
|
left: 0;
|
||||||
|
right: auto;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.no-content {
|
.no-content {
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue