related tags: fix layout on mobile.

Make related tags use a single-column layout on mobile.

Related tags layout is still broken inside the tag edit dialog box, when
the dialog box is too small for multiple columns.
This commit is contained in:
evazion
2021-02-23 17:57:21 -06:00
parent 4dd1a05208
commit 868f1a1809
5 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ $spacer: 0.25rem; /* 4px */
.md\:inline-block { display: inline-block; }
.md\:flex { display: flex; }
.md\:space-x-4 > * + * { margin-left: 4 * $spacer; }
.md\:space-x-8 > * + * { margin-left: 8 * $spacer; }
.md\:space-y-0 > * + * { margin-top: 0; }
}