Skip to content

Commit

Permalink
Remove unnecessary padding
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Sep 13, 2023
1 parent 8ce94b7 commit 1954848
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {

.header_bar {
background-color: #f7f7f7;
margin-bottom: 20px;
margin-bottom: 19px;
display: inline !important;
overflow-x: scroll;
}
Expand Down Expand Up @@ -294,7 +294,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
}

.chat-parent {
height: calc(100dvh - 172px) !important;
height: calc(100dvh - 171px) !important;
}
}

Expand All @@ -309,11 +309,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
flex-direction: column;
word-break: break-word;
overflow-wrap: anywhere;
padding-top: 6px;
}

.chat-parent {
height: calc(100dvh - 182px);
height: calc(100dvh - 181px);
overflow: auto !important;
}

Expand Down

0 comments on commit 1954848

Please sign in to comment.