mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
tidy up post button css
This commit is contained in:
parent
1341836e09
commit
5d2e7d350c
2 changed files with 2 additions and 2 deletions
|
@ -985,7 +985,7 @@ fieldset legend {
|
|||
}
|
||||
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
padding: 5px 0 5px 3px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -623,7 +623,7 @@ html {
|
|||
|
||||
.upvote_button, .downvote_button {
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
padding: 5px 0 5px 3px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue