From 92976fbf27c56d39ddc959effa9f53df0ea55966 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
Date: Sat, 23 May 2026 18:55:41 +0200
Subject: [PATCH] New Responsive design
---
public/css/app.css | 16 +++++++---------
resources/js/layouts/AppLayout.vue | 23 ++++++++++++++++++++---
2 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/public/css/app.css b/public/css/app.css
index 2e640b6..5194325 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -41,31 +41,29 @@ h1, h2, h3, h4, h5, h6 {
height: 80px;
align-items: center;
justify-content: space-between;
- width: calc(100% - 40px);
+ width: 100%;
}
.header .anonymous-actions {
position: relative;
- right: calc(-100% + 330px);
- width: 350px;
+ right: calc(-100% + 300px);
+ width: 450px;
overflow: hidden;
border-radius: 50px 0 0 50px;
- background-color: #FAFAFB !important;
text-align: right;
padding: 10px;
- top: -75px;
+ top: -20px;
}
.header .user-info {
position: relative;
- right: calc(-100% + 275px);
- width: 295px;
+ right: calc(-100% + 190px);
+ width: 195px;
overflow: hidden;
border-radius: 50px 0 0 50px;
- background-color: #FAFAFB !important;
text-align: right;
padding: 10px;
- top: -75px;
+ top: -20px;
}
.header .left-side {
diff --git a/resources/js/layouts/AppLayout.vue b/resources/js/layouts/AppLayout.vue
index b3d4555..f8c1aa4 100644
--- a/resources/js/layouts/AppLayout.vue
+++ b/resources/js/layouts/AppLayout.vue
@@ -84,8 +84,8 @@ const props = defineProps({
-