Skip to content

Commit

Permalink
Merge pull request #50 from beclab/feat/olares
Browse files Browse the repository at this point in the history
fix: update css
  • Loading branch information
wushuangs authored Nov 6, 2024
2 parents 64db6b7 + 7ba79d3 commit cb7e9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/BasicWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export default defineComponent({
.iframe-box {
box-shadow: 0 1px 5px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 14%),
0 3px 1px -2px rgb(0 0 0 / 12%);
background: white;
background: $bg-background-1;
border-radius: 10px;
.iframe-window {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/mobile/BasicWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export default defineComponent({
.iframe-box-mobile {
box-shadow: 0 1px 5px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 14%),
0 3px 1px -2px rgb(0 0 0 / 12%);
background: white;
background: $bg-background-1;
border-radius: 10px;
overflow: hidden;
Expand Down

0 comments on commit cb7e9e5

Please sign in to comment.