tweak styles for fav button
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fav-buttons button {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
div#page aside#sidebar {
|
||||
padding: 5px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user