booru widget: no more lag

This commit is contained in:
end-4
2024-03-14 23:45:17 +07:00
parent 47eee6c981
commit 054860cec3
2 changed files with 102 additions and 72 deletions
+11 -5
View File
@@ -853,14 +853,20 @@ $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;
min-width: 11.932rem;
min-height: 11.932rem;
// background-color: rgba(100, 200, 0, 0.3);
}
.sidebar-booru-image-drawingarea {
// background-color: rgba(200, 100, 0, 0.3);
@include small-rounding;
min-width: 12.273rem;
min-height: 12.273rem;
}
.sidebar-booru-image-actions {
// background-color: rgba(100, 100, 0, 0.3);
@include element_decel;
margin: 0.545rem;
}