mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
Fix view option wrapping
This commit is contained in:
parent
71234ef159
commit
2ba0c1759e
1 changed files with 3 additions and 1 deletions
|
@ -1287,6 +1287,7 @@ table.metadata td .emoji {
|
|||
.view-options {
|
||||
margin: 0 0 10px 0px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.view-options.follows {
|
||||
|
@ -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 {
|
||||
|
@ -1512,7 +1514,7 @@ form .post {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.post .attachments .other-label > i {
|
||||
.post .attachments .other-label>i {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue