Skip to content

Commit

Permalink
Merge pull request #139 from Lioncat6/main
Browse files Browse the repository at this point in the history
Fixes.
  • Loading branch information
Gibbu authored Aug 25, 2024
2 parents e2ec30c + 03f5b2d commit 4fed9e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
height: 74px
}
.toolbar_fc4f04 {
margin-right: 150px;
margin-right: 0px;
}
.theme-dark .themed_fc4f04 {
background: var(--bg-secondary);
Expand Down
10 changes: 7 additions & 3 deletions src/theme/chat/_textbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
&::before {
content: none;
}
.button_df39bd {
// Fixed Apps and Commands Button - Lion
background: var(--input-background);
width: 58px !important;
height: 58px !important;
}
.button_dd4f85 {
height: 100%;
// Gif Button
Expand All @@ -29,9 +35,7 @@
}
&.active_f9af59 {
filter: drop-shadow(0 0 calc(var(--chat-glow-intensity) * 5px) rgb(var(--accent)));
svg {
background: rgb(var(--accent)) !important;
}

}
}
}
Expand Down
8 changes: 8 additions & 0 deletions src/theme/pages/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@
.separator_cd82a7 {
background: var(--border);
}

}
//fix for mod view - Lion
.platform-win .closeAction_d936aa {
position: absolute;
top: 165.49px;
right: 314px;
z-index: 2;
}

0 comments on commit 4fed9e1

Please sign in to comment.