mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Merge branch 'master' of https://github.com/spikecodes/libreddit
This commit is contained in:
commit
1c9fd46e98
1 changed files with 5 additions and 1 deletions
|
@ -347,7 +347,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…
Add table
Add a link
Reference in a new issue