tweak styles for fav button

This commit is contained in:
Albert Yi
2018-10-24 10:02:50 -07:00
parent c0ab54b889
commit 21a08d17a4
4 changed files with 11 additions and 16 deletions

View File

@@ -157,16 +157,10 @@ body[data-user-can-approve-posts="true"] .post-preview {
div#c-posts {
.fav-buttons {
font-size: 14pt;
text-align: center;
margin: 0.5em 0;
form {
display: inline-block;
}
i {
margin-right: 0.1em;
color: deeppink;
}
button.ui-button {
@@ -174,22 +168,18 @@ div#c-posts {
}
}
#remove-fav-button i {
color: deeppink;
}
.fav-buttons-true #add-fav-button {
display: none;
}
.fav-buttons-true #remove-fav-button {
display: inline-block;
}
.fav-buttons-false #remove-fav-button {
display: none;
}
.fav-buttons-false #add-fav-button {
display: inline-block;
}
#ugoira-controls {
div#seek-slider {
margin-top: 0.5em;

View File

@@ -21,6 +21,10 @@
display: none;
}
.fav-buttons button {
font-size: 1.5em;
}
div#page aside#sidebar {
padding: 5px;