diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-05-31 11:08:56 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-05-31 11:08:56 +0000 |
| commit | 4e96af044224dc10b8cc4eb270e025f1b8a1d29a (patch) | |
| tree | f713351d5e034f6b67fe51ece81c27af7dca1dae /src/components/settings_modal/settings_modal_content.scss | |
| parent | dc611dffdbf8f24c10caa7651651efbff1acfe67 (diff) | |
| parent | c03965646027bc8ce2d4c083ea3fd0423233fa18 (diff) | |
Merge branch 'better-selects' into 'develop'
Better <select> components
See merge request pleroma/pleroma-fe!1373
Diffstat (limited to 'src/components/settings_modal/settings_modal_content.scss')
| -rw-r--r-- | src/components/settings_modal/settings_modal_content.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/components/settings_modal/settings_modal_content.scss b/src/components/settings_modal/settings_modal_content.scss index f066234c..81ab434b 100644 --- a/src/components/settings_modal/settings_modal_content.scss +++ b/src/components/settings_modal/settings_modal_content.scss @@ -7,13 +7,24 @@ margin: 1em 1em 1.4em; padding-bottom: 1.4em; - > div { + > div, + > label { + display: block; margin-bottom: .5em; &:last-child { margin-bottom: 0; } } + .select-multiple { + display: flex; + + .option-list { + margin: 0; + padding-left: .5em; + } + } + &:last-child { border-bottom: none; padding-bottom: 0; |
