Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 Fix styling issue for webui
Browse files Browse the repository at this point in the history
dexhunter committed Nov 28, 2024

Verified

This commit was signed with the committer’s verified signature.
dexhunter Dixing (Dex) Xu
1 parent eff469b commit d1b00b8
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions aide/webui/style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/* Main colors */
:root {
--background: #F2F0E7;
--background-shaded: #FFFFFF;
--card: #FFFFFF;
--primary: #0D0F18;
--accent: #F04370;
--border: #D4D1C7;
--accent-hover: #E13D68;
--accent-light: #FEE5EC;
}

.stVerticalBlock {
padding-top: 0rem;
padding-bottom: 0rem;
@@ -19,9 +7,34 @@
padding-top: 0rem;
padding-bottom: 0rem;
}
header.stAppHeader {

[data-testid="stVerticalBlock"] {
padding-top: 0rem;
padding-bottom: 0rem;
}
.st-emotion-cache-40pabj{
padding-top: 0rem;
padding-bottom: 0rem;
}
/* Make the toolbar transparent */
.st-emotion-cache-18ni7ap {
pointer-events: none;
background: rgb(255 255 255 / 0%)
}

.stAppHeader {
display: none;
}

header {visibility: hidden;}
#MainMenu {visibility: hidden;}
[data-testid="stDecoration"] {
display: none;
}
#root > div:nth-child(1) > div > div > div > div > section > div {
padding-top: 0rem;
}

section.stMain .block-container {
padding-top: 0rem;
z-index: 1;

0 comments on commit d1b00b8

Please sign in to comment.