booru: improve styling; add action buttons

This commit is contained in:
end-4
2024-03-12 14:44:10 +07:00
parent 32956fda25
commit eabd4c4e11
3 changed files with 57 additions and 13 deletions
+9
View File
@@ -638,9 +638,11 @@ $colorpicker_rounding: 0.341rem;
@include small-rounding;
margin: 0rem 0.682rem;
padding: 0.682rem;
@if $darkmode ==true {
background-color: white;
}
color: $onBackground;
// background-color: $termbg;
}
@@ -849,9 +851,16 @@ $waifu_image_overlay_transparency: 0.7;
}
.sidebar-booru-image {
@include small-rounding;
margin: 0.273rem;
min-width: 12.818rem;
min-height: 12.818rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.sidebar-booru-image-actions {
@include element_decel;
margin: 0.545rem;
}