mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 11:21:13 +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 {
|
.view-options {
|
||||||
margin: 0 0 10px 0px;
|
margin: 0 0 10px 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-options.follows {
|
.view-options.follows {
|
||||||
|
@ -1300,6 +1301,7 @@ table.metadata td .emoji {
|
||||||
color: var(--color-text-duller);
|
color: var(--color-text-duller);
|
||||||
background: var(--color-bg-box);
|
background: var(--color-bg-box);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-options a.button {
|
.view-options a.button {
|
||||||
|
@ -1512,7 +1514,7 @@ form .post {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .attachments .other-label > i {
|
.post .attachments .other-label>i {
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue