Skip to content

Commit

Permalink
feat: add rounded border to service view
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysMb authored and vraravam committed Oct 27, 2024
1 parent 2610d0d commit bb55c61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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: #272727;
background: #353535;

.sidebar {
background: $dark-theme-gray-darker;
Expand Down Expand Up @@ -102,6 +102,7 @@ body.win32:not(.isFullScreen) .app .app__content {

.app {
background: #fff;

.app__content {
display: flex;
width: calc(100% + 300px);
Expand All @@ -116,6 +117,7 @@ body.win32:not(.isFullScreen) .app .app__content {
display: flex;
flex: 1;
flex-direction: column;
padding: 4px;
}
}

Expand Down
6 changes: 6 additions & 0 deletions src/styles/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@

.services__webview-wrapper {
background: $theme-gray-lighter;
border-radius: 4px;

webview {
border-radius: 4px;
overflow: hidden;
}
}

.services__webview,
Expand Down

0 comments on commit bb55c61

Please sign in to comment.