forked from AkkomaGang/akkoma-fe
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
This commit is contained in:
commit
ef5bbc4e5f
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Implemented user option to change sidebar position to the right side
|
- Implemented user option to change sidebar position to the right side
|
||||||
- Implemented user option to hide floating shout panel
|
- Implemented user option to hide floating shout panel
|
||||||
- Implemented "edit profile" button if viewing own profile which opens profile settings
|
- Implemented "edit profile" button if viewing own profile which opens profile settings
|
||||||
|
- Added Apply and Reset buttons to the bottom of theme tab to minimize UI travel
|
||||||
- Implemented user option to always show floating New Post button (normally mobile-only)
|
- Implemented user option to always show floating New Post button (normally mobile-only)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -270,6 +270,9 @@
|
||||||
|
|
||||||
.apply-container {
|
.apply-container {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 8px;
|
||||||
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radius-item,
|
.radius-item,
|
||||||
|
|
Loading…
Reference in a new issue