mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-05-28 01:17:03 +02:00
navbar.css: prevent overlapping of elements (#2140)
go-pro-link is overlapping the settings button
This commit is contained in:
parent
0e3c9bcc10
commit
c5abb47403
@ -329,11 +329,14 @@ span.icon-text::after {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.go-pro-link {
|
.go-pro-link {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
z-index: 1;
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.go-pro-badge {
|
.go-pro-badge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -350,4 +353,4 @@ span.icon-text::after {
|
|||||||
.go-pro-link:hover .go-pro-badge {
|
.go-pro-link:hover .go-pro-badge {
|
||||||
background-color: #0056b3;
|
background-color: #0056b3;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user