diff --git a/src/components/sidebar/WorldListItem.vue b/src/components/sidebar/WorldListItem.vue index 48cf64f..f4eccc3 100644 --- a/src/components/sidebar/WorldListItem.vue +++ b/src/components/sidebar/WorldListItem.vue @@ -90,17 +90,22 @@ export default defineComponent({ .world__maps { display: flex; + flex: 0 0 auto; + flex-wrap: wrap; + max-width: 11.1rem; align-items: center; margin-left: auto; padding-left: 1rem; padding-right: 0.2rem; list-style: none; + margin-right: -0.5rem; } } .map { width: 3.2rem; height: 3.2rem; + margin-right: 0.5rem; .svg-icon { top: 0.2rem !important; @@ -110,9 +115,5 @@ export default defineComponent({ width: calc(100% - 0.4rem) !important; height: auto !important; } - - & ~ .map { - margin-left: 0.5rem; - } }