mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 12:31:02 +00:00
Fix account dropdown width
This commit is contained in:
parent
5ff3074b10
commit
99fa116c07
3 changed files with 16 additions and 8 deletions
|
@ -145,15 +145,12 @@ nav {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 993px) {
|
|
||||||
.button-collapse {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li > a {
|
li > a {
|
||||||
|
@ -163,3 +160,14 @@ nav {
|
||||||
white-space: initial;
|
white-space: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 993px) {
|
||||||
|
.button-collapse {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-content {
|
||||||
|
min-width: 300px;
|
||||||
|
width: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue