mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
Fixing vote margins.
This commit is contained in:
parent
6f28c17c1a
commit
99013606c0
1 changed files with 8 additions and 0 deletions
|
@ -15,10 +15,18 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
|
|||
color: var(--info);
|
||||
}
|
||||
|
||||
.upvote {
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
.downvote:hover {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
||||
.downvote {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.form-control, .form-control:focus {
|
||||
background-color: var(--secondary);
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in a new issue