improved style of main menu and message settings for mobile devices
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m29s
Build Docker Image / Clean-Registry (push) Successful in -4s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-04 08:42:00 +01:00
parent 586899bdc8
commit ce62675fa5
6 changed files with 3 additions and 33 deletions

View File

@@ -142,16 +142,6 @@ td, tr{
font-weight: normal;
}
.settings {
position: fixed;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid;
border-radius: 5px;
}
.project.list td:not(.actions){
cursor: pointer;
}

View File

@@ -225,16 +225,6 @@ td, tr{
font-weight: normal;
}
.settings {
position: fixed;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid;
border-radius: 5px;
}
.project.list td:not(.actions){
cursor: pointer;
}

View File

@@ -142,16 +142,6 @@ td, tr{
font-weight: normal;
}
.settings {
position: fixed;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid;
border-radius: 5px;
}
.project.list td:not(.actions){
cursor: pointer;
}