Wraps status timestamps in a div
(#2038)
* Wraps status timestamps in a `div` Fixes #1985 This wraps the status timestamp in a `div` to reduce the clickable target size of the link. The `div` gets a `margin: 0 0 0 auto` to stick it to the right margin of the status. * Update app/javascript/flavours/glitch/styles/components/status.scss Co-authored-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -590,6 +590,11 @@
|
||||
width: 23.15px;
|
||||
}
|
||||
|
||||
.status__action-bar-timestamp {
|
||||
flex-grow: 1;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
.detailed-status__action-bar-dropdown {
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user