refactor: improve ui (#153)

优化整体的 UI 和布局。

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-07-08 17:05:23 +08:00
committed by GitHub
parent 689e6a3ee5
commit ed652815b9
36 changed files with 311 additions and 313 deletions

View File

@@ -1,4 +1,4 @@
<aside th:fragment="sidebar (prepend)" class="z-0 col-span-1 hidden h-full flex-col gap-6 sm:flex">
<aside th:fragment="sidebar (prepend)" class="z-0 hidden h-full w-72 flex-none flex-col gap-6 md:flex">
<th:block th:with="widgets = ${theme.config.sidebar.widgets} ">
<th:block th:if="${prepend != null}">
<th:block th:replace="${prepend}" />