Skip to content

Commit

Permalink
Fix view option wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Jan 15, 2023
1 parent 71234ef commit 2ba0c17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ table.metadata td .emoji {
.view-options {
margin: 0 0 10px 0px;
display: flex;
flex-wrap: wrap;
}

.view-options.follows {
Expand All @@ -1300,6 +1301,7 @@ table.metadata td .emoji {
color: var(--color-text-duller);
background: var(--color-bg-box);
border-radius: 3px;
white-space: nowrap;
}

.view-options a.button {
Expand Down Expand Up @@ -1512,7 +1514,7 @@ form .post {
align-items: center;
}

.post .attachments .other-label > i {
.post .attachments .other-label>i {
margin-right: 12px;
}

Expand Down

0 comments on commit 2ba0c17

Please sign in to comment.