Switch member view from dropdowns to horizontal radio buttons

This commit is contained in:
Ian Gulliver
2026-02-16 10:26:33 -08:00
parent d225a8c5d0
commit 992d581b51
2 changed files with 19 additions and 17 deletions

View File

@@ -75,7 +75,7 @@
.divider { border: none; border-top: 1px solid #909090; margin: 0.75rem 0; }
.pref-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.4rem; max-width: 24rem; }
.pref-row .pref-name { flex: 1; font-size: 0.85rem; }
.pref-row wa-select { width: 14rem; }
.pref-row wa-radio-group { white-space: nowrap; }
</style>
</head>
<body>