1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-28 06:48:19 +09:00

Fixed outdated borders in Lists tab

This commit is contained in:
Niléane 2024-01-30 01:01:20 +01:00
parent 73f582d6f9
commit 8f02879d2e
No known key found for this signature in database
3 changed files with 3 additions and 15 deletions

View File

@ -4430,7 +4430,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .item-list .column-subheading {
color: var(--color-fg-muted);
border: 1px solid var(--color-lines);
border-top: 0;
border-bottom: 0;
}
@ -4488,8 +4487,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .item-list .column-link {
margin-left: 0;
width: 100%;
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 2px solid var(--color-content-secondary-separator);
background-color: var(--color-content-bg);
box-sizing: border-box;
@ -4499,8 +4496,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
}
.app-body .item-list article:last-child .column-link {
border-bottom: 1px solid var(--color-lines);
border-radius: 0 0 8px 8px;
border-bottom: 0;
}
@media screen and (max-width:889px) {
.app-body .item-list .column-link {

View File

@ -4430,7 +4430,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .item-list .column-subheading {
color: var(--color-fg-muted);
border: 1px solid var(--color-lines);
border-top: 0;
border-bottom: 0;
}
@ -4488,8 +4487,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .item-list .column-link {
margin-left: 0;
width: 100%;
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 2px solid var(--color-content-secondary-separator);
background-color: var(--color-content-bg);
box-sizing: border-box;
@ -4499,8 +4496,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
}
.app-body .item-list article:last-child .column-link {
border-bottom: 1px solid var(--color-lines);
border-radius: 0 0 8px 8px;
border-bottom: 0;
}
@media screen and (max-width:889px) {
.app-body .item-list .column-link {

View File

@ -4430,7 +4430,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .item-list .column-subheading {
color: var(--color-fg-muted);
border: 1px solid var(--color-lines);
border-top: 0;
border-bottom: 0;
}
@ -4488,8 +4487,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .item-list .column-link {
margin-left: 0;
width: 100%;
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 2px solid var(--color-content-secondary-separator);
background-color: var(--color-content-bg);
box-sizing: border-box;
@ -4499,8 +4496,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
}
.app-body .item-list article:last-child .column-link {
border-bottom: 1px solid var(--color-lines);
border-radius: 0 0 8px 8px;
border-bottom: 0;
}
@media screen and (max-width:889px) {
.app-body .item-list .column-link {