1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Fixed misplacing of the media boxes in the latest version of booru

This commit is contained in:
2024-05-26 05:01:32 +04:00
parent 571b8dd575
commit 031ee24e08

View File

@@ -1,5 +1,11 @@
@use '../colors';
// This will fix wierd misplacing of the modified media boxes in the listing.
.js-resizable-media-container {
display: flex;
flex-wrap: wrap;
}
.media-box {
position: relative;
overflow: initial !important;