mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-30 15:58:07 +09:00
Added display:inline-block to action counters so they don't wrap.
This commit is contained in:
parent
50307d29c6
commit
4f282a039d
@ -1075,6 +1075,9 @@ body.layout-single-column {
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.layout-single-column .detailed-status__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.layout-single-column .hashtag-bar a {
|
||||
|
@ -1075,6 +1075,9 @@ body.layout-single-column {
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.layout-single-column .detailed-status__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.layout-single-column .hashtag-bar a {
|
||||
|
@ -1075,6 +1075,9 @@ body.layout-single-column {
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.layout-single-column .detailed-status__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.layout-single-column .hashtag-bar a {
|
||||
|
@ -1075,6 +1075,9 @@ body.layout-single-column {
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.layout-single-column .detailed-status__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.layout-single-column .hashtag-bar a {
|
||||
|
Loading…
Reference in New Issue
Block a user