Skip to content

Commit

Permalink
Merge pull request #149 from Eir-nya/update-inbox-tab-sizing
Browse files Browse the repository at this point in the history
Reposition inbox tab elements
  • Loading branch information
Gibbu authored Nov 18, 2024
2 parents bc4643e + c3d2600 commit 627f81e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/theme/popouts/_inbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
background: transparent;
border-bottom: 1px solid var(--border);
padding: 0;
.headerTabs_f0cd33 {
margin: 0;
.tabBar_f0cd33 {
margin: 0;
}
}
.button__292b6 {
height: 55px;
margin: 0;
Expand All @@ -28,7 +34,7 @@
background: var(--background-modifier-hover);
}
}
min-height: 90px;
min-height: fit-content;
.expanded_f0cd33 {
}
.expandedInboxHeader_f0cd33 {
Expand All @@ -45,7 +51,7 @@
}
}
.tab_f0cd33 {
height: 55px;
height: 45px;
padding: 0 12px;
margin: 0;
border-radius: 0;
Expand Down

0 comments on commit 627f81e

Please sign in to comment.