Table margins

This commit is contained in:
Natsumi
2026-02-05 11:11:27 +13:00
committed by pa
parent b4bf4e2567
commit 33c8d97403
4 changed files with 5 additions and 17 deletions

View File

@@ -352,7 +352,7 @@
<template
v-if="isAgeGatedInstancesVisible || !(room.ageGate || room.location?.includes('~ageGate'))">
<div style="margin: 5px 0">
<div class="flex-align-center">
<div class="flex items-center">
<LocationWorld
class="text-sm"
:locationobject="room.$location"
@@ -1390,10 +1390,3 @@
}
);
</script>
<style scoped>
.flex-align-center {
display: flex;
align-items: center;
}
</style>