mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Forgot to commit these
This commit is contained in:
parent
8cd00a053c
commit
031bdc0a88
1 changed files with 14 additions and 9 deletions
23
src/app.css
23
src/app.css
|
@ -264,7 +264,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
.timeline.contextual > li.descendant {
|
.timeline.contextual > li.descendant {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
.timeline.contextual > li.descendant:not(.thread) > .status-link {
|
.timeline.contextual
|
||||||
|
> li.descendant:not(.thread)
|
||||||
|
> :is(.status-link, .status-focus) {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
}
|
}
|
||||||
.timeline.contextual .replies[data-scroll-left]:not([data-scroll-left='0']) {
|
.timeline.contextual .replies[data-scroll-left]:not([data-scroll-left='0']) {
|
||||||
|
@ -292,7 +294,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
}
|
}
|
||||||
.timeline.contextual
|
.timeline.contextual
|
||||||
> li.descendant.thread
|
> li.descendant.thread
|
||||||
> .status-link
|
> :is(.status-link, .status-focus)
|
||||||
+ .replies
|
+ .replies
|
||||||
.replies-summary {
|
.replies-summary {
|
||||||
margin-left: calc(
|
margin-left: calc(
|
||||||
|
@ -325,9 +327,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
} */
|
} */
|
||||||
.timeline.contextual
|
.timeline.contextual
|
||||||
> li.descendant.thread
|
> li.descendant.thread
|
||||||
> .status-link
|
> :is(.status-link, .status-focus)
|
||||||
+ .replies
|
+ .replies
|
||||||
.status-link {
|
:is(.status-link, .status-focus) {
|
||||||
padding-left: calc(
|
padding-left: calc(
|
||||||
var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end) +
|
var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end) +
|
||||||
(var(--line-margin-end) * (var(--comments-level) - 1))
|
(var(--line-margin-end) * (var(--comments-level) - 1))
|
||||||
|
@ -358,7 +360,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
} */
|
} */
|
||||||
.timeline.contextual
|
.timeline.contextual
|
||||||
> li.descendant:not(.thread)
|
> li.descendant:not(.thread)
|
||||||
> .status-link
|
> :is(.status-link, .status-focus)
|
||||||
+ .replies
|
+ .replies
|
||||||
.replies-summary {
|
.replies-summary {
|
||||||
margin-left: calc(
|
margin-left: calc(
|
||||||
|
@ -388,9 +390,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
} */
|
} */
|
||||||
.timeline.contextual
|
.timeline.contextual
|
||||||
> li.descendant:not(.thread)
|
> li.descendant:not(.thread)
|
||||||
> .status-link
|
> :is(.status-link, .status-focus)
|
||||||
+ .replies
|
+ .replies
|
||||||
.status-link {
|
:is(.status-link, .status-focus) {
|
||||||
padding-left: calc(
|
padding-left: calc(
|
||||||
var(--thread-start) + var(--line-margin-end) * var(--comments-level)
|
var(--thread-start) + var(--line-margin-end) * var(--comments-level)
|
||||||
);
|
);
|
||||||
|
@ -437,7 +439,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end)
|
var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
.timeline.contextual > li.thread > .status-link .replies-link {
|
.timeline.contextual
|
||||||
|
> li.thread
|
||||||
|
> :is(.status-link, .status-focus)
|
||||||
|
.replies-link {
|
||||||
margin-left: calc(
|
margin-left: calc(
|
||||||
var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end)
|
var(--avatar-size) + var(--avatar-margin-start) + var(--avatar-margin-end)
|
||||||
);
|
);
|
||||||
|
@ -654,7 +659,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
}
|
}
|
||||||
.timeline:not(.flat)
|
.timeline:not(.flat)
|
||||||
> li.timeline-item-diff-author
|
> li.timeline-item-diff-author
|
||||||
> .status-link
|
> :is(.status-link, .status-focus)
|
||||||
> .status
|
> .status
|
||||||
> a
|
> a
|
||||||
> .avatar {
|
> .avatar {
|
||||||
|
|
Loading…
Reference in a new issue