fixed ios bug
This commit is contained in:
parent
991589d55a
commit
d542a9fcbc
@ -3,6 +3,12 @@ description:
|
|||||||
globs:
|
globs:
|
||||||
alwaysApply: true
|
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
|
# Updating / Creating Entities
|
||||||
When updating or creating entities, always update and the related DTO classes.
|
When updating or creating entities, always update and the related DTO classes.
|
||||||
DTO Classes are a representation of a JSON Schema
|
DTO Classes are a representation of a JSON Schema
|
||||||
@ -4,7 +4,6 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #f8fafc;
|
background-color: #f8fafc;
|
||||||
@ -20,6 +19,9 @@
|
|||||||
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-bar-item {
|
.tab-bar-item {
|
||||||
@ -71,7 +73,6 @@
|
|||||||
align-items: start;
|
align-items: start;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
|
||||||
margin-bottom: -20px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user