Mirror content layout with text direction; admin stays LTR

This commit is contained in:
2026-09-03 20:01:23 +00:00
parent d6d07db2c5
commit e6a0c57446
8 changed files with 141 additions and 118 deletions
+2 -1
View File
@@ -168,7 +168,8 @@ const abuseRows = computed(() => formatAbuseRows(rangeData.value?.abuse || [], c
</script>
<template>
<div class="analytics-view">
<!-- Untranslated admin dashboard: always LTR, like the editor panel. -->
<div class="analytics-view" lang="en" dir="ltr">
<div class="analytics-panel">
<header>
<h1>Analytics</h1>