Updated language menu.
This commit is contained in:
12
components/settings/LanguageButton.module.css
Normal file
12
components/settings/LanguageButton.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.menu {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
min-width: 500px;
|
||||
max-width: 100vw;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.menu div {
|
||||
border-radius: 5px;
|
||||
min-width: 33%;
|
||||
}
|
||||
Reference in New Issue
Block a user