Updated header menu

This commit is contained in:
Prozilla 2023-08-11 16:35:41 +02:00
parent 7510d1bbf4
commit d2615e05c6
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE
3 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
.Container {
display: flex;
width: 100%;
height: 1.25rem;
height: 1.5rem;
background-color: var(--background-color-a);
}

View file

@ -1,5 +1,6 @@
.Container {
position: relative;
height: 100%;
}
.Button {
@ -24,7 +25,10 @@
position: absolute;
top: 100%;
left: 0;
padding: 0.35rem;
background-color: var(--background-color-b);
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.Dropdown > button {
@ -32,11 +36,12 @@
gap: 0.75rem;
justify-content: space-between;
width: 100%;
padding: 0.125rem 0.4rem;
padding: 0.25rem 0.5rem;
background: none;
border: none;
border-radius: 0.5rem;
outline: none;
font-size: 0.8rem;
font-size: 0.85rem;
text-align: start;
white-space: nowrap;
cursor: pointer;

View file

@ -91,6 +91,7 @@ button {
outline: none;
transition: background-color 100ms ease-in-out;
cursor: pointer;
user-select: none;
}
code {