Skip to content

Commit

Permalink
Add more style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdiTolesa committed Feb 6, 2025
1 parent da805d4 commit b86f05e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions css/frm_admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -8634,6 +8634,9 @@ Responsive Design
.frm-addons {
grid-template-columns: 1fr 1fr;
}
#frm_top_bar h1 {
min-width: 0; /* Reset the min-width to prevent menu items from stacking vertically */
}
}

@media only screen and (max-width: 1050px) {
Expand All @@ -8650,11 +8653,6 @@ Responsive Design
margin-left: 0;
}

#frm_bs_dropdown {
/* There isn't enough room for the title on a screen this size so just hide it. */
display: none;
}

#frm_bs_dropdown .frm_bstooltip {
/* There isn't enough room for the title on a screen this size so just hide it. */
display: none !important;
Expand Down Expand Up @@ -8955,9 +8953,6 @@ Responsive Design
--biggest-sidebar: 50%;
--big-sidebar: 50%;
}
#frm_top_bar h1 {
min-width: unset; /* Reset the min-width to prevent menu items from stacking vertically */
}
}

@media only screen and (max-width: 600px) {
Expand Down

0 comments on commit b86f05e

Please sign in to comment.