Skip to content

Commit

Permalink
Add border around window
Browse files Browse the repository at this point in the history
  • Loading branch information
boerdereinar committed Jun 2, 2024
1 parent 3055ec2 commit df96c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Window */
.pano-window {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.36);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.07);
}

.pano-window.floating {
Expand Down

0 comments on commit df96c0d

Please sign in to comment.