fixed ios bug

This commit is contained in:
Tim Lappe 2025-04-26 03:12:53 +02:00
parent 991589d55a
commit d542a9fcbc
2 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,12 @@ description:
globs:
alwaysApply: true
---
# Architecture
The Symfony project is designed in a domain driven design pattern with 3 Main Folders:
- Application: Symfony application Logic (Controllers etc.)
- Domain: Framework agnostic domain logic
- Infrastructure: e.g. Doctrine
# Updating / Creating Entities
When updating or creating entities, always update and the related DTO classes.
DTO Classes are a representation of a JSON Schema

View File

@ -4,7 +4,6 @@
height: 100vh;
width: 100%;
max-width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #f8fafc;
@ -20,6 +19,9 @@
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
border-radius: 16px 16px 0 0;
padding: 5px 10px;
position: fixed;
bottom: 0;
width: 100%;
}
.tab-bar-item {
@ -71,7 +73,6 @@
align-items: start;
background-color: #ffffff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
margin-bottom: -20px;
width: 100%;
max-width: 100%;
box-sizing: border-box;