style(rulebook): narrow the Topics column in /rules

This commit is contained in:
2026-05-28 11:42:08 -04:00
parent 311322fdc8
commit d04b6f4bba
+1 -1
View File
@@ -104,7 +104,7 @@ watch(() => route.query, syncFromRoute);
<style scoped>
.rules-view {
display: grid;
grid-template-columns: 280px 1fr 1fr;
grid-template-columns: 280px 300px 1fr;
height: 100vh;
gap: 1px;
background: var(--color-border, #2a2a2e);