diff --git a/assets.json b/assets.json index 0637a08..d1abce8 100644 --- a/assets.json +++ b/assets.json @@ -1 +1,3 @@ -[] \ No newline at end of file +{ + "romhackplaza": "data/assets/romhackplaza" +} \ No newline at end of file diff --git a/templates/_metadata.json b/templates/_metadata.json index 02b84de..a06ce4a 100644 --- a/templates/_metadata.json +++ b/templates/_metadata.json @@ -3,7 +3,7 @@ "addon_id": "XF", "version_id": 2031070, "version_string": "2.3.10", - "hash": "bbe8ebb41f6606f1f41782ba1aaa5509" + "hash": "09489ca3208db67cf6add9779edd76be" }, "public/account_alerts_popup.html": { "addon_id": "XF", @@ -39,7 +39,7 @@ "addon_id": "XF", "version_id": 2031070, "version_string": "2.3.10", - "hash": "e96c4ea665df26ce03dd38cd21ebc565" + "hash": "278b91ff307ed1d1c634eee490ff8653" }, "public/member_tooltip.html": { "addon_id": "XF", diff --git a/templates/public/PAGE_CONTAINER.html b/templates/public/PAGE_CONTAINER.html index 5d70a44..b578298 100644 --- a/templates/public/PAGE_CONTAINER.html +++ b/templates/public/PAGE_CONTAINER.html @@ -100,8 +100,12 @@
{{ $navEntry.title }}
- - {{ $childNavEntry.title }} + + {{ $childNavEntry.title }}
diff --git a/templates/public/extra.less b/templates/public/extra.less index fd587f1..cfdded9 100644 --- a/templates/public/extra.less +++ b/templates/public/extra.less @@ -71,6 +71,9 @@ ul { /* Menu settings */ --menu-size: 260px; --menu-user-avatar-bg: #555; + + /* Gap */ + --gap: 15px; } .\$light-mode { @@ -132,6 +135,7 @@ ul { background-color: var(--bg2); border: 1px solid var(--border); display: flex; + min-width: 0; flex-direction: column; transition: transform 0.2s, border-color 0.2s; cursor: pointer; @@ -144,6 +148,7 @@ ul { .\$entry-cover-wrapper { position: relative; aspect-ratio: 4/3; + min-width: 0; background-color: var(--bg); border-bottom: 1px solid var(--border); display: flex; @@ -183,6 +188,7 @@ ul { font-size: 1.1rem; margin-bottom: 5px; line-height: 1.3; + word-wrap: break-word; } .\$entry-card-author { @@ -5277,6 +5283,14 @@ ul { display: flex; align-items: center; justify-content: center; + overflow: hidden; + + img { + width: 100%; + height: 100%; + object-fit: cover; + border-radius: 50%; + } } .\$menu-user-info { display: flex;