Make lang selector fixed-width

This commit is contained in:
Lim Chee Aun 2024-08-16 19:17:18 +08:00
parent 8ec951d1fc
commit 6d68232e45

View file

@ -2854,3 +2854,15 @@ ul.link-list li a .icon {
}
}
}
/* LANG SELECTOR */
.lang-selector {
display: flex;
gap: 4px;
align-items: center;
select {
width: 10em;
}
}