mirror of
https://ghfast.top/https://github.com/discourse/discourse-topic-voting.git
synced 2026-07-17 11:37:03 +08:00
19 lines
277 B
SCSS
19 lines
277 B
SCSS
.voting {
|
|
float: none;
|
|
max-width: none;
|
|
margin: 0;
|
|
text-align: inherit;
|
|
}
|
|
|
|
.vote-count-wrapper {
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.vote-button {
|
|
margin-left: 5px;
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
text-align: center;
|
|
}
|