Fix arrow alignment
This commit is contained in:
parent
dd60cb5b2b
commit
738941d830
@ -289,7 +289,11 @@ input[type="submit"], button.submit {
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
}
|
||||
|
||||
button.submit { display: flex; }
|
||||
button.submit {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
select:hover { background: var(--foreground); }
|
||||
|
||||
input[type="submit"]:hover, button.submit:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user