feat: neue Klasse für Desktop-Schaltflächen mit dem Namen 'btn-desktop' erstellt

- CSS hinzugefügt, um die Klasse btn-desktop auszublenden, wenn die Breite weniger als 1024px beträgt.
This commit is contained in:
Developer 02
2024-10-14 17:41:51 +02:00
parent 24e6ffc5ef
commit 425645a610
4 changed files with 11 additions and 5 deletions

View File

@@ -549,6 +549,12 @@ footer#page-footer {
}
}
@media (max-width: 1024px) {
#flex-action-panel, .btn-desktop {
display: none;
}
}
@media (max-height: 600px) {
.collapse {
height: 4rem;

File diff suppressed because one or more lines are too long