Skip to content

Commit

Permalink
deploy: 627f81e
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Nov 18, 2024
1 parent 91fa382 commit ac3b37a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions SoftX.css
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,14 @@ body .container_d6cb89,
background: transparent;
border-bottom: 1px solid var(--border);
padding: 0;
min-height: 90px;
min-height: -moz-fit-content;
min-height: fit-content;
}
#app-mount .header_f0cd33 .headerTabs_f0cd33 {
margin: 0;
}
#app-mount .header_f0cd33 .headerTabs_f0cd33 .tabBar_f0cd33 {
margin: 0;
}
#app-mount .header_f0cd33 .button__292b6 {
height: 55px;
Expand All @@ -2569,7 +2576,7 @@ body .container_d6cb89,
padding-right: 10px;
}
#app-mount .tab_f0cd33 {
height: 55px;
height: 45px;
padding: 0 12px;
margin: 0;
border-radius: 0;
Expand Down

0 comments on commit ac3b37a

Please sign in to comment.