Increase width of dropdown menu

This commit is contained in:
BlossomiShymae
2024-09-13 11:18:01 -05:00
parent be4084b79a
commit 318079c59f

View File

@@ -84,6 +84,10 @@ ul.dropdown-menu {
backdrop-filter: blur(0.4rem); backdrop-filter: blur(0.4rem);
} }
.dropdown-menu {
width: 200px;
}
.background { .background {
height: 100%; height: 100%;
width: 100%; width: 100%;