Skip to content

Commit

Permalink
πŸ’„ center text on tab, also found a chromium bug
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Aug 29, 2024
1 parent ecbed6b commit aa51dcf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Writerside/cfg/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,19 +279,25 @@
.navigation-links {
border-top: 1px transparent;
}

/* label and title backdrop roudning and gradient adjustment */
.title__backdrop {
background-image: linear-gradient(180deg, var(--primary-color-25), transparent 50%);
border-radius: 0.5em 0.5em 0.5em 0;
}

.label__backdrop {
border-radius: 0.25em 0.25em 0 0;
}

.label__content {
border-radius: 1em 1em 1em 1em;
}

._tab_1fcqo6x_13 {
display: flex;
align-items: center;
justify-content: center;
padding: 8px;
overflow: unset; /* WE RAN INTO A CHROMIUM BUG AND WORKED AROUND THIS STUPID FUCKER */
}

/* Footer */
.app__footer {
background-color: var(--primary-color-10);
Expand Down

0 comments on commit aa51dcf

Please sign in to comment.