Copy CSS files to installation folder
This commit is contained in:
parent
6e061151be
commit
dcb03d1326
3 changed files with 21 additions and 12 deletions
|
|
@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
display: flex;
|
||||
align-items: start;
|
||||
flex-flow: column;
|
||||
font-size: 13px;
|
||||
gap: 5px;
|
||||
}
|
||||
.app-body .detailed-status__meta__line {
|
||||
|
|
@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
gap: 8px;
|
||||
width: auto;
|
||||
}
|
||||
@media screen and (max-width:889px) {
|
||||
.app-body .detailed-status__action-bar {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
.app-body .detailed-status__button {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
|
@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
position: static;
|
||||
gap: 4px;
|
||||
}
|
||||
.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) {
|
||||
height: 15px;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
/* Hashtag bar */
|
||||
.app-body .hashtag-bar a,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue