mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Updated language menu.
This commit is contained in:
parent
dd651e3c77
commit
561491c2aa
6 changed files with 19 additions and 3 deletions
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%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue