mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Table margins
This commit is contained in:
@@ -352,7 +352,7 @@
|
|||||||
<template
|
<template
|
||||||
v-if="isAgeGatedInstancesVisible || !(room.ageGate || room.location?.includes('~ageGate'))">
|
v-if="isAgeGatedInstancesVisible || !(room.ageGate || room.location?.includes('~ageGate'))">
|
||||||
<div style="margin: 5px 0">
|
<div style="margin: 5px 0">
|
||||||
<div class="flex-align-center">
|
<div class="flex items-center">
|
||||||
<LocationWorld
|
<LocationWorld
|
||||||
class="text-sm"
|
class="text-sm"
|
||||||
:locationobject="room.$location"
|
:locationobject="room.$location"
|
||||||
@@ -1390,10 +1390,3 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.flex-align-center {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
:on-page-size-change="handlePageSizeChange"
|
:on-page-size-change="handlePageSizeChange"
|
||||||
:on-row-click="handleRowClick">
|
:on-row-click="handleRowClick">
|
||||||
<template #toolbar>
|
<template #toolbar>
|
||||||
<div class="flex items-center justify-between">
|
<div class="mb-2 flex items-center justify-between">
|
||||||
<div class="flex flex-none mr-2 items-center">
|
<div class="flex flex-none mr-2 items-center">
|
||||||
<TooltipWrapper side="bottom" :content="t('view.friend_list.favorites_only_tooltip')">
|
<TooltipWrapper side="bottom" :content="t('view.friend_list.favorites_only_tooltip')">
|
||||||
<span class="inline-flex">
|
<span class="inline-flex">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="x-container" ref="moderationRef">
|
<div class="x-container" ref="moderationRef">
|
||||||
<div class="tool-slot">
|
<div class="mb-4 flex items-center">
|
||||||
<Select
|
<Select
|
||||||
multiple
|
multiple
|
||||||
:model-value="
|
:model-value="
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<InputGroupField
|
<InputGroupField
|
||||||
v-model="playerModerationTable.filters[1].value"
|
v-model="playerModerationTable.filters[1].value"
|
||||||
:placeholder="t('view.moderation.search_placeholder')"
|
:placeholder="t('view.moderation.search_placeholder')"
|
||||||
class="filter-input" />
|
class="filter-input flex-[0.4]" />
|
||||||
<TooltipWrapper side="bottom" :content="t('view.moderation.refresh_tooltip')">
|
<TooltipWrapper side="bottom" :content="t('view.moderation.refresh_tooltip')">
|
||||||
<Button
|
<Button
|
||||||
class="rounded-full"
|
class="rounded-full"
|
||||||
@@ -200,11 +200,6 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.tool-slot {
|
|
||||||
margin: 0 0 10px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
.filter-input {
|
.filter-input {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
:total-items="totalItems"
|
:total-items="totalItems"
|
||||||
:on-page-size-change="handlePageSizeChange">
|
:on-page-size-change="handlePageSizeChange">
|
||||||
<template #toolbar>
|
<template #toolbar>
|
||||||
<div style="margin: 0 0 10px; display: flex; align-items: center">
|
<div class="mb-2 flex items-center">
|
||||||
<Select
|
<Select
|
||||||
multiple
|
multiple
|
||||||
:model-value="
|
:model-value="
|
||||||
|
|||||||
Reference in New Issue
Block a user