Skip to content

Commit

Permalink
Tweak the osc log slightly
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Apr 22, 2024
1 parent 313623d commit 5bc9512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/osc/app/components/LogItem/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
display: flex;
width: 100%;

font-size: 0.9em;

opacity: 0.8;

white-space: nowrap;
}

.LogItem > div {
margin-left: 10px;
}

.LogItem[data-direction='in']{
color: var(--base-color--accent1);
}

.LogItem-timestamp {
width: 100px;
}
Expand Down

0 comments on commit 5bc9512

Please sign in to comment.