Skip to content

Commit

Permalink
💄 Fix styling issue for webui (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhunter authored Nov 28, 2024
1 parent eff469b commit ca6d558
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;
Expand All @@ -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;
Expand Down

0 comments on commit ca6d558

Please sign in to comment.