FIX: Adjust poll buttons (#13924)

* FIX: Adjust poll buttons

* REFACTOR: Move styles to desktop stylesheet
This commit is contained in:
Jordan Vidrine 2021-08-02 21:03:18 -05:00 committed by GitHub
parent 2c3b4ff135
commit 465db1e5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,8 @@ div.poll {
.poll-buttons {
border-top: 1px solid var(--primary-low);
padding: 1em;
display: flex;
flex-direction: row;
.info-text {
line-height: 2em;
@ -46,8 +48,8 @@ div.poll {
margin-left: 1em;
}
.toggle-status {
float: right;
.btn-danger.toggle-status {
margin-left: auto;
}
}
}