bugfix design

This commit is contained in:
Chneemann 2024-05-15 05:18:20 +02:00
parent 2eebfabd48
commit 4dda83e81e
5 changed files with 19 additions and 1 deletions

View file

@ -60,6 +60,16 @@ app-sidebar-mobile {
}
}
@media screen and (max-width: 700px) {
.main-content {
top: 80px;
}
app-header {
height: 80px;
}
}
@media screen and (max-width: 450px) {
.main-content {
padding: 16px;

View file

@ -70,3 +70,9 @@
display: unset;
}
}
@media screen and (max-width: 700px) {
.header {
height: 80px;
}
}

View file

@ -34,7 +34,7 @@
src="./../../../../../assets/img/sidebar/add-task.svg"
alt="addtask"
/>
<p>{{ "sidebar.addTask" | translate }}</p>
<p>{{ "sidebar.addTaskMobile" | translate }}</p>
</div>
<div
class="nav-links"

View file

@ -12,6 +12,7 @@
"sidebar": {
"summary": "Übersicht",
"addTask": "Neue Aufgabe",
"addTaskMobile": "Aufgabe",
"board": "Brett",
"contacts": "Kontakte",
"privacyPolicy": "Datenschutzerklärung",

View file

@ -12,6 +12,7 @@
"sidebar": {
"summary": "Summary",
"addTask": "Add Task",
"addTaskMobile": "Add Task",
"board": "Board",
"contacts": "Contacts",
"privacyPolicy": "Privacy policy",