Skip to content

Commit

Permalink
adjusting css
Browse files Browse the repository at this point in the history
  • Loading branch information
beingkk committed Dec 20, 2023
1 parent e3301fe commit 1086216
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions signals_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ def signals_bot(sidebar: bool = True) -> None:
# Define custom CSS
custom_css = """
<style>
/* Adjust the selector as needed */
.stHeadingContainer {
margin-top: -100px; /* Reduce the top margin */
}
#MainMenu {visibility: hidden;}
footer {visibility: hidden;}
header {
visibility: hidden
}
[data-testid="chatAvatarIcon-assistant"] {
background-color: #A59BEE !important;
}
Expand Down

0 comments on commit 1086216

Please sign in to comment.