mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Fixed misplacing of the media boxes in the latest version of booru
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user