refactor: Adjust styles for dropdown options; modify padding, margin, and border-radius for improved layout and appearance

This commit is contained in:
Vishnu 2025-04-30 17:05:28 +05:30
parent b1b8672cf8
commit bd402275b2
1 changed files with 6 additions and 5 deletions

View File

@ -79,19 +79,20 @@
position: absolute;
bottom: 40px;
left: 0;
box-shadow: #{$box-shadow-medium};
padding: 8px;
border-radius: #{$border-radius-large};
padding: 2px 4px;
border-radius: #{$border-radius-medium};
background: var(--background-color);
backdrop-filter: blur(8px);
.option-list {
margin: 4px 0;
display: flex;
align-items: center;
white-space: nowrap;
border-radius: #{$border-radius-medium};
gap: 6px;
padding: 4px;
padding: 2px;
padding-right: 12px;
margin: 2px 0;
&:hover {
background: var(--highlight-accent-color);