Skip to content

Commit

Permalink
Merge pull request #132 from Lioncat6/main
Browse files Browse the repository at this point in the history
Fixed the thing
  • Loading branch information
Gibbu authored Jul 14, 2024
2 parents 1081d45 + d4036b2 commit ede2e21
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,19 @@
top: 0;
}
}

//fixed the shit -lion
.platform-win .winButton_a934d8 {
height: 74px
}
.toolbar_fc4f04 {
margin-right: 150px;
}
.theme-dark .themed_fc4f04 {
background: var(--bg-secondary);
height: 74px;
border-bottom: 1px solid var(--border);
}
.theme-dark .children_fc4f04:after {
background: transparent;
}
6 changes: 6 additions & 0 deletions src/theme/chat/_call.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
top: 25px;
right: 187px;
}
.children_fc4f04 {
height: 60px;
}
.disabledButtonWrapper_dd4f85 .button_dd4f85.grow_dd4f85 {
margin-left: 18px;
}
}

0 comments on commit ede2e21

Please sign in to comment.