Skip to content

Commit

Permalink
Wrap channel tabs as soon as there isn't enough screen space (#4139)
Browse files Browse the repository at this point in the history
* Wrap channel tabs as soon as there isn't enough screen space

* Remove redundant `flex-wrap`
  • Loading branch information
MarmadileManteater authored Oct 14, 2023
1 parent 3c0ed26 commit 1a92d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/views/Channel/Channel.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@

.tabs {
display: flex;
flex: 0 1 33%;
flex: 0 1 66%;
flex-wrap: wrap;
}

.tab {
Expand Down Expand Up @@ -201,7 +202,6 @@

.tabs {
flex: 1 1 0;
flex-wrap: wrap;
}

.tab {
Expand Down

0 comments on commit 1a92d4b

Please sign in to comment.