Skip to content

Commit

Permalink
additional settings tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 6, 2024
1 parent 18962a0 commit 60296f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/welcome/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,10 @@ body.toplevel_page_stk-custom-fields {
background-color: #fff;
border-radius: 0;
overflow: hidden;
padding: 60px 35px;
padding: 30px;
overflow: visible;
box-shadow: 0 18px 35px -15px rgba(18, 63, 82, 0.25);
border: 0;
margin-bottom: 30px;
transition: all 0.3s ease;
position: relative;
&.s-box-spaced {
Expand Down Expand Up @@ -502,7 +501,7 @@ body.toplevel_page_stk-custom-fields {
width: 250px;
left: 0;
background-color: #fff;
padding-top: 40px;
padding-top: 80px;
display: flex;
flex-direction: column;
justify-content: flex-start;
Expand All @@ -513,6 +512,9 @@ body.toplevel_page_stk-custom-fields {
flex-direction: column;
top: 50px;
}
+ .s-box {
padding-bottom: 200px;
}
.s-sidenav-item {
color: #444;
font-size: 14px;
Expand Down

0 comments on commit 60296f6

Please sign in to comment.