Skip to content

Commit

Permalink
Update Gadget-Adiutor.css
Browse files Browse the repository at this point in the history
  • Loading branch information
doguabaris committed Feb 11, 2024
1 parent 6a95544 commit f0f5212
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gadget-Adiutor.css
Expand Up @@ -47,7 +47,11 @@
}

.adiutor-user-dashboard-main-x {
height: fill-available;
height: 100%;
min-height: -moz-available;
min-height: fill-available;
height: max-content;
display: contents;
}

span.adiutor-user-dashboard-top-logo {
Expand Down

0 comments on commit f0f5212

Please sign in to comment.