Skip to content

Commit

Permalink
(simatec) Design Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Oct 2, 2024
1 parent 9b72e78 commit dce406c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@

/* Styling for small Screen (Responsive) */
@media screen and (max-width: 768px) {
.m .page {
height: calc(100% - 120px);
}

#events,
#events thead,
Expand Down Expand Up @@ -423,4 +426,18 @@
.m .modal .modal-content {
padding: 5px;
}
}

@media screen and (max-width: 601px) {
.m .page {
height: calc(100% - 110px);
}

.m .dropdown-menu.show {
top: -10px !important;
}

.m .dropdown-toggle {
right: 10px;
}
}

0 comments on commit dce406c

Please sign in to comment.