Skip to content

Commit

Permalink
idk mate
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Jul 31, 2024
1 parent d417ab8 commit 33dd573
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[class^="panels_"] > [class^="container_"] > [class^="avatarWrapper_"] {
flex-shrink: 0;
flex-grow: 1;
flex-basis: 0px;
min-width: 0px;
}

[class^="panels_"] > [class^="container_"] > [class^="avatarWrapper_"] + div {
min-width: 0;
flex: 1 1 min-content !important;
flex-shrink: 1;
flex-grow: 0;
justify-content: flex-end;
}

.keybindRecorder-container:not(:hover) .closeButton {
Expand Down

0 comments on commit 33dd573

Please sign in to comment.