Copy CSS files to installation folder

This commit is contained in:
nileane 2024-03-14 16:26:36 +00:00 committed by github-actions[bot]
commit dcb03d1326
3 changed files with 21 additions and 12 deletions

View file

@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
display: flex; display: flex;
align-items: start; align-items: start;
flex-flow: column; flex-flow: column;
font-size: 13px;
gap: 5px; gap: 5px;
} }
.app-body .detailed-status__meta__line { .app-body .detailed-status__meta__line {
@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
gap: 8px; gap: 8px;
width: auto; 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 { .app-body .detailed-status__button {
width: 40px; width: 40px;
height: 40px; height: 40px;
@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: static; position: static;
gap: 4px; gap: 4px;
} }
.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) {
height: 15px;
line-height: 15px;
}
/* Hashtag bar */ /* Hashtag bar */
.app-body .hashtag-bar a, .app-body .hashtag-bar a,

View file

@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
display: flex; display: flex;
align-items: start; align-items: start;
flex-flow: column; flex-flow: column;
font-size: 13px;
gap: 5px; gap: 5px;
} }
.app-body .detailed-status__meta__line { .app-body .detailed-status__meta__line {
@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
gap: 8px; gap: 8px;
width: auto; 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 { .app-body .detailed-status__button {
width: 40px; width: 40px;
height: 40px; height: 40px;
@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: static; position: static;
gap: 4px; gap: 4px;
} }
.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) {
height: 15px;
line-height: 15px;
}
/* Hashtag bar */ /* Hashtag bar */
.app-body .hashtag-bar a, .app-body .hashtag-bar a,

View file

@ -2529,6 +2529,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
display: flex; display: flex;
align-items: start; align-items: start;
flex-flow: column; flex-flow: column;
font-size: 13px;
gap: 5px; gap: 5px;
} }
.app-body .detailed-status__meta__line { .app-body .detailed-status__meta__line {
@ -2583,6 +2584,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
gap: 8px; gap: 8px;
width: auto; 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 { .app-body .detailed-status__button {
width: 40px; width: 40px;
height: 40px; height: 40px;
@ -2630,10 +2637,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: static; position: static;
gap: 4px; gap: 4px;
} }
.app-body :is(.detailed-status__favorites, .detailed-status__reblogs) {
height: 15px;
line-height: 15px;
}
/* Hashtag bar */ /* Hashtag bar */
.app-body .hashtag-bar a, .app-body .hashtag-bar a,