make status form selectors justified properly #398
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#398
Loading…
Reference in a new issue
No description provided.
Delete branch "rat/akkoma-fe:status-form-selector"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The language selector is sometimes in the middle of the post form, for example when you reply. I think this is unintended, so I made two changes.
This PR adds a div under the visibility tray which contains the language and format selectors, so that the language selector is justified to the right with the format selector.
I also made the visibility tray justify right in the edit form, because otherwise the language and format selectors are at the start of the flex because the scope selector is gone.
:)
before
after
ah i had stopped noticing but you're quite right, that is weirdly aligned
thanks for fixing it!
@ -213,1 +204,3 @@
:value="language.value"
class="format-selector-container">
<div
class="format-selector"
is removal of the
language-selector
class here intentional?as far as I could tell, that class didn't actually do anything