1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2025-01-19 08:12:49 +09:00

Fixed #100 and #99 ("More from author" bar)

This commit is contained in:
Niléane 2024-08-18 14:45:42 +02:00
parent b962fdd5ee
commit 7525da24d2
No known key found for this signature in database
3 changed files with 21 additions and 0 deletions

View File

@ -3010,6 +3010,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author .logo {
color: var(--color-content-fg);
}
.app-body .notification-ungrouped .more-from-author :is(.account__avatar) {
width: 16px !important;
height: 16px !important;
}
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
@ -3125,6 +3129,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
max-height: 450px;
width: auto;
}
.app-body .status--in-thread .more-from-author {
margin-inline-start: 0;
}
.app-body .media-gallery__item,
.app-body .media-gallery__item-thumbnail,
.app-body .media-gallery__item-gifv-thumbnail {

View File

@ -3010,6 +3010,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author .logo {
color: var(--color-content-fg);
}
.app-body .notification-ungrouped .more-from-author :is(.account__avatar) {
width: 16px !important;
height: 16px !important;
}
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
@ -3125,6 +3129,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
max-height: 450px;
width: auto;
}
.app-body .status--in-thread .more-from-author {
margin-inline-start: 0;
}
.app-body .media-gallery__item,
.app-body .media-gallery__item-thumbnail,
.app-body .media-gallery__item-gifv-thumbnail {

View File

@ -3010,6 +3010,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author .logo {
color: var(--color-content-fg);
}
.app-body .notification-ungrouped .more-from-author :is(.account__avatar) {
width: 16px !important;
height: 16px !important;
}
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
@ -3125,6 +3129,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
max-height: 450px;
width: auto;
}
.app-body .status--in-thread .more-from-author {
margin-inline-start: 0;
}
.app-body .media-gallery__item,
.app-body .media-gallery__item-thumbnail,
.app-body .media-gallery__item-gifv-thumbnail {