mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-12-03 01:08:12 +09:00
Restored tighter gap between thread line and avatar
This commit is contained in:
parent
0dd7f890f9
commit
3be5fc129a
@ -1291,7 +1291,7 @@ body.app-body {
|
|||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg);
|
box-shadow: 0 0 0 6px var(--color-content-bg);
|
||||||
transition: box-shadow .3s;
|
transition: box-shadow .3s;
|
||||||
}
|
}
|
||||||
.app-body .reply-indicator__content,
|
.app-body .reply-indicator__content,
|
||||||
@ -1440,11 +1440,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||||||
background: var(--color-content-bg-focus);
|
background: var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
|
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg-focus);
|
box-shadow: 0 0 0 6px var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar {
|
.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar {
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg-focus);
|
box-shadow: 0 0 0 6px var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 👁️ Post detailed view */
|
/* 👁️ Post detailed view */
|
||||||
|
@ -1290,7 +1290,7 @@ body.app-body {
|
|||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg);
|
box-shadow: 0 0 0 6px var(--color-content-bg);
|
||||||
transition: box-shadow .3s;
|
transition: box-shadow .3s;
|
||||||
}
|
}
|
||||||
.app-body .reply-indicator__content,
|
.app-body .reply-indicator__content,
|
||||||
@ -1439,11 +1439,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||||||
background: var(--color-content-bg-focus);
|
background: var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
|
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg-focus);
|
box-shadow: 0 0 0 6px var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar {
|
.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar {
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg-focus);
|
box-shadow: 0 0 0 6px var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 👁️ Post detailed view */
|
/* 👁️ Post detailed view */
|
||||||
|
@ -1290,7 +1290,7 @@ body.app-body {
|
|||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg);
|
box-shadow: 0 0 0 6px var(--color-content-bg);
|
||||||
transition: box-shadow .3s;
|
transition: box-shadow .3s;
|
||||||
}
|
}
|
||||||
.app-body .reply-indicator__content,
|
.app-body .reply-indicator__content,
|
||||||
@ -1439,11 +1439,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||||||
background: var(--color-content-bg-focus);
|
background: var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
|
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg-focus);
|
box-shadow: 0 0 0 6px var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar {
|
.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__avatar {
|
||||||
box-shadow: 0 0 0 9px var(--color-content-bg-focus);
|
box-shadow: 0 0 0 6px var(--color-content-bg-focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 👁️ Post detailed view */
|
/* 👁️ Post detailed view */
|
||||||
|
Loading…
Reference in New Issue
Block a user