Skip to content

Commit

Permalink
navbar.css: prevent overlapping of elements (#2140)
Browse files Browse the repository at this point in the history
go-pro-link is overlapping the settings button
  • Loading branch information
pheiduck authored Oct 31, 2024
1 parent 0e3c9bc commit c5abb47
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/resources/static/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,14 @@ span.icon-text::after {
}
}

.go-pro-link {
.go-pro-link {
position: relative;
padding: 0.5rem 1rem;
transition: all 0.3s ease;
}
z-index: 1;
display: inline-block;
width: auto;
}

.go-pro-badge {
display: inline-block;
Expand All @@ -350,4 +353,4 @@ span.icon-text::after {
.go-pro-link:hover .go-pro-badge {
background-color: #0056b3;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
}

0 comments on commit c5abb47

Please sign in to comment.