Skip to content

Commit 5fa7b92

Browse files
committed
исправлено отображение хедера админки на мобиле
1 parent 91f73a0 commit 5fa7b92

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

dashboards-server/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3+
## 1.6.2 Цифровой балансер (2025-07-31)
4+
<img width="128" height="128" src="release-images/1.6.2.png"/>
5+
6+
https://github.com/tmible/wishlist/compare/91f73a0..master
7+
8+
39
## 1.6.1 Атомное сияние (2025-07-28)
410
<img width="128" height="128" src="release-images/1.6.1.png"/>
511

6-
https://github.com/tmible/wishlist/compare/14dbd86..master
12+
https://github.com/tmible/wishlist/compare/14dbd86..91f73a0
713

814

915
## 1.6.0 Синий океан (2025-05-06)

dashboards-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tmible/wishlist-dashboards-server",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"private": true,
55
"description": "Сервер с дашбордами для телеграм бота со списками желаний",
66
"repository": {
948 KB
Loading

dashboards-server/src/routes/dashboards/+layout.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
{#if $user.isAuthenticated}
5151
<ScrollArea viewportClasses="flex flex-col max-h-dvh w-full h-hull m-0 py-9 px-1 md:px-9">
52-
<div class="mb-9 flex items-center justify-between mx-4 md:mx-0">
53-
<div class="plate flex items-center gap-4 py-2 px-4">
52+
<div class="flex flex-col-reverse md:flex-row items-center justify-between gap-4 mb-9">
53+
<div class="plate w-full md:w-auto flex items-center gap-4 py-2 px-4">
5454
{#each navigationMenu as { path, label, healthKey } (healthKey)}
5555
<a
5656
class={(
@@ -65,7 +65,7 @@
6565
</a>
6666
{/each}
6767
</div>
68-
<div class="flex items-center gap-4">
68+
<div class="flex items-center gap-4 self-end mx-4 md:mx-0">
6969
<GradientSwitch />
7070
<ThemeSwitch />
7171
<button class="btn btn-secondary btn-sm shadow-sm" onclick={() => logout(true)}>

0 commit comments

Comments
 (0)