nicolium: style fixes?
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -311,12 +311,14 @@
|
||||
&--connected-bottom .status__content-wrapper {
|
||||
padding-left: 54px;
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.⁂-timeline-status--connected-bottom) {
|
||||
@apply border-b border-solid border-gray-200 dark:border-gray-800;
|
||||
div:has(> .⁂-timeline-status:not(.⁂-timeline-status--connected-bottom)) + div:has(> .⁂-timeline-status) {
|
||||
.⁂-timeline-status {
|
||||
border-top: 1px solid rgb(var(--color-gray-200));
|
||||
|
||||
&:is(.dark) {
|
||||
border-top-color: rgb(var(--color-gray-800));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div:last-child > .⁂-timeline-status {
|
||||
@apply border-b-0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user