Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
fix(templates/base): fix dropdown menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Oct 11, 2023
1 parent 98e29e5 commit 1d1c148
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@

<style>
.dropdown-menu {
left: 12% !important;
transform: translateX(-35%);
}
.dropdown{
left: -2%;
transform: translateX(-2);
transform: translateX(-40%);
}
</style>

Expand Down

0 comments on commit 1d1c148

Please sign in to comment.