Skip to content

Commit

Permalink
Menu: Margins + better colors on my activity
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Jan 25, 2025
1 parent c3ace01 commit f64e90c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ td.rank {

.navbar-light .nav-item {
background: transparent !important;
margin-bottom: 0;
}

.navbar {
Expand Down Expand Up @@ -493,6 +494,14 @@ button[data-submit-prevention-target] {
}
}

.btn-outline-primary {
background: #fff;

&:hover {
background: $primary;
}
}

.zoom-reset {
position: absolute;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion templates/_recent_activity.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{% if logged_user.profile is not null and solved_puzzle.playerId is same as logged_user.profile.playerId %}
<div class="dropdown position-absolute" style="left: -5px;top : -5px;">
<button class="btn btn-accent btn-xs dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<button class="btn btn-outline-primary btn-xs dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="ci-menu"></i>
</button>

Expand Down

0 comments on commit f64e90c

Please sign in to comment.