dynamically moving buttons for main page

This commit is contained in:
partisan 2024-10-21 15:03:23 +02:00
parent b4256eab97
commit 01e3ae9f78
2 changed files with 42 additions and 3 deletions

View file

@ -99,6 +99,8 @@ body.menu-open {
max-width: 600px;
overflow: visible;
border: 1px solid var(--search-bg-input-border);
display: flex;
flex-direction: column;
}
.wrapper input {
@ -133,8 +135,7 @@ body.menu-open {
border-bottom-left-radius: 22px;
border-bottom-right-radius: 22px;
border: 1px solid var(--search-bg-input-border);
border-top: none;
z-index: 999;
border-top: none; /* No top border to avoid double borders with the input */
}
/* Show autocomplete when wrapper has 'wrapper-searching' class */