Copy CSS files to installation folder

This commit is contained in:
nileane 2024-03-15 22:21:04 +00:00 committed by github-actions[bot]
commit 4725d90575
3 changed files with 10 additions and 0 deletions

View file

@ -3380,6 +3380,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .column-header > button {
padding: 0 0 0 15px;
}
.app-body .column-header > button:nth-child(2) {
padding-left: 0;
}
.app-body .column-header .column-header__back-button {
padding-right: 16px;
}