Fix Switcher links width

This commit is contained in:
2021-11-25 23:45:13 +01:00
parent 305272ea7c
commit bf76b78027

View File

@@ -22,7 +22,8 @@
z-index: 2;
bottom: calc(var(--button-size) + 16px);
left: 0;
min-width: 240px;
max-width: 280px;
white-space: nowrap;
opacity: 0;
padding: 8px;
background: $color-primary-tertiary20;