mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Only display "show language selector" toggle if there is more than one language
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
> ul {
|
||||
list-style: none;
|
||||
|
@@ -83,6 +83,10 @@ fieldset {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
|
||||
> ul > li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
legend {
|
||||
font-size: 14px;
|
||||
|
Reference in New Issue
Block a user