mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Stopgap fix for long site names breaking the header dropdown, shadow adjustment
This commit is contained in:
parent
5db702cf14
commit
8665e70be1
1 changed files with 6 additions and 1 deletions
|
@ -265,11 +265,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
top: 100%;
|
|
||||||
right: -1px;
|
right: -1px;
|
||||||
left: auto;
|
left: auto;
|
||||||
background-color:#4C818C;
|
background-color:#4C818C;
|
||||||
|
min-width: 13em;
|
||||||
@include border-radius(0px 0px 6px 6px);
|
@include border-radius(0px 0px 6px 6px);
|
||||||
|
@include box-shadow(0 2px 7px rgba(0,0,0,0.2));
|
||||||
|
|
||||||
li {
|
li {
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -302,6 +303,10 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
|
||||||
|
li {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
>a:after {
|
>a:after {
|
||||||
|
|
Loading…
Add table
Reference in a new issue