Don't change the order in the list layout

This commit is contained in:
Jason Zimdars
2024-09-20 16:40:22 -05:00
parent 4fc21a7220
commit 5a49b79d98
+4
View File
@@ -420,6 +420,10 @@
font-size: clamp(1rem, 1.8cqi, 2rem);
max-inline-size: 80ch;
.bubble {
order: 0;
}
.bubble__title-link {
color: var(--color-txt);
text-decoration: none;