Skip to content

Commit

Permalink
feat: add padding to webview-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysMb authored and vraravam committed Oct 27, 2024
1 parent bb55c61 commit 1ed168b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html {
}

.theme__dark .app {
background: #353535;
background: #272727;

.sidebar {
background: $dark-theme-gray-darker;
Expand Down Expand Up @@ -117,7 +117,6 @@ body.win32:not(.isFullScreen) .app .app__content {
display: flex;
flex: 1;
flex-direction: column;
padding: 4px;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/styles/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
.services__webview-wrapper {
background: $theme-gray-lighter;
border-radius: 4px;
padding: 4px;

webview {
border-radius: 4px;
Expand Down

0 comments on commit 1ed168b

Please sign in to comment.