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:
parent
73f582d6f9
commit
8f02879d2e
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user