diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-09-09 22:00:20 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-09-09 22:00:20 +0000 |
| commit | ef5bbc4e5f84bb9e8da76a0440eea5d656d36977 (patch) | |
| tree | 3a4c897ac420b8d6ab92b31e2779f88947016eed /src | |
| parent | a8a82ad12f2f7b9eb8fe7a57a3a7d503c6bbe2ed (diff) | |
| parent | 370f1e55adddd60a22bf56a7782ba61f239eb13c (diff) | |
Merge branch 'themeApply' into 'develop'
Minor QOL improvement: Theme tab Apply and Reset buttons shouldn't require scrolling
See merge request pleroma/pleroma-fe!1397
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/theme_tab.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.scss b/src/components/settings_modal/tabs/theme_tab/theme_tab.scss index 1b7d9f31..0db21537 100644 --- a/src/components/settings_modal/tabs/theme_tab/theme_tab.scss +++ b/src/components/settings_modal/tabs/theme_tab/theme_tab.scss @@ -270,6 +270,9 @@ .apply-container { justify-content: center; + position: absolute; + bottom: 8px; + right: 5px; } .radius-item, |
