forked from indymedia/epicyon
Wider dropdown on new post screen
parent
94b6138a5a
commit
cb3707b180
|
@ -620,7 +620,7 @@ input[type=submit]:hover {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--dropdown-bg-color);
|
background-color: var(--dropdown-bg-color);
|
||||||
min-width: 400px;
|
min-width: 500px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue