Skip to content

Commit 2f202b6

Browse files
committed
fix: style improvements
1 parent 8947bd5 commit 2f202b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/rostra-web-ui/assets/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ img {
349349
.o-mainBarTimeline {
350350
background-color: var(--color-timeline-bg);
351351
border: 1px solid var(--color-timeline-item-border);
352+
border-top: 0px;
352353
width: 100%;
353354
}
354355

@@ -766,18 +767,17 @@ emoji-picker {
766767
align-items: center;
767768

768769
position: sticky;
769-
/* 0 + border */
770-
top: 1;
770+
top: 0;
771771

772772
z-index: 100;
773773
background-color: var(--color-timeline-bg);
774-
border-bottom: 1px solid var(--color-timeline-item-border);
774+
border-top: 1px solid var(--color-timeline-item-border);
775775
}
776776

777777
.o-mainBarTimeline__tabs>* {
778778
font-weight: 600;
779779

780-
padding: clamp(0px, 1vw, 0.5rem) clamp(0px, 2vw, 2rem);
780+
padding: clamp(0px, 0.4vw, 0.5rem) clamp(0px, 0.5vw, 2rem);
781781
text-align: center;
782782
}
783783

0 commit comments

Comments
 (0)