Allow click on account in quotes list

pull/1096/merge
Lim Chee Aun 2025-10-08 15:39:11 +08:00
rodzic e182783507
commit 7bf7600246
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,10 @@
.status {
font-size: calc(var(--text-size) * 0.9);
.meta-name {
pointer-events: auto;
}
.status-card-container {
display: none;
}