style(mobile/context_menu): clean up border radiuses

This commit is contained in:
Elian Doran 2025-11-28 21:27:06 +02:00
parent 781215394e
commit a7ad45635e
No known key found for this signature in database

View File

@ -316,7 +316,7 @@ body.mobile .dropdown-menu {
--hover-item-background-color: var(--card-background-color); --hover-item-background-color: var(--card-background-color);
font-size: 1em !important; font-size: 1em !important;
backdrop-filter: var(--dropdown-backdrop-filter); backdrop-filter: var(--dropdown-backdrop-filter);
border-radius: var(--dropdown-border-radius); border-radius: var(--dropdown-border-radius) var(--dropdown-border-radius) 0 0;
position: relative; position: relative;
.dropdown-toggle::after { .dropdown-toggle::after {
@ -374,6 +374,7 @@ body.mobile .dropdown-menu {
.dropdown-menu { .dropdown-menu {
--menu-background-color: rgba(0, 0, 0, 0.15); --menu-background-color: rgba(0, 0, 0, 0.15);
border-radius: 0;
.dropdown-item { .dropdown-item {
background: transparent; background: transparent;