Skip to content

How do you use custom CSS? #402

Answered by TheShovel
TheShovel asked this question in Q&A
May 27, 2022 · 3 comments · 8 replies
Discussion options

You must be logged in to vote

I tried doing

.sc-monitor-root {
    position: absolute;
    top: 0;
    left: 0;
    /* background: hsla(215, 100%, 95%, 1); */
    color: #575e75;
    /* border: 1px solid hsla(0, 0%, 0%, 0.15); */
    border-radius: 4px;
    font-size: 12px;
    overflow: hidden;
    user-select: none;
    pointer-events: all;
}

.sc-monitor-root[opcode="data_"] .sc-monitor-value-color {
    background-color: #ff8c1a00;
}

.sc-monitor-large-value {
    min-height: 1.4rem;
    min-width: 3rem;
    padding: 0.1rem 0.25rem;
    text-align: center;
    color: black;
    font-size: 1rem;
    white-space: pre-wrap;
}

to make the boxes transparent and remove the border, but it doesn't work. It works in chrom…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@TheShovel
Comment options

Comment options

You must be logged in to vote
7 replies
@GarboMuffin
Comment options

@TheShovel
Comment options

@GarboMuffin
Comment options

@GarboMuffin
Comment options

@TheShovel
Comment options

Answer selected by TheShovel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants