mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +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 {
|
||||
top: 100%;
|
||||
right: -1px;
|
||||
left: auto;
|
||||
background-color:#4C818C;
|
||||
min-width: 13em;
|
||||
@include border-radius(0px 0px 6px 6px);
|
||||
@include box-shadow(0 2px 7px rgba(0,0,0,0.2));
|
||||
|
||||
li {
|
||||
width:100%;
|
||||
|
@ -302,6 +303,10 @@
|
|||
top: 0;
|
||||
margin-top: -1px;
|
||||
margin-right: 3px;
|
||||
|
||||
li {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
>a:after {
|
||||
|
|
Loading…
Add table
Reference in a new issue