Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clooos authored Oct 10, 2023
1 parent ccc6a9d commit da31ef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bubble-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = 'v1.1.0';
var version = 'v1.1.1';

let editor;

Expand Down Expand Up @@ -589,6 +589,7 @@ class BubbleCard extends HTMLElement {
background-color: ${rgbaColor};
box-shadow: 0px 0px 50px rgba(0,0,0,${shadowOpacity / 100});
backdrop-filter: blur(${bgBlur}px);
-webkit-backdrop-filter: blur(${bgBlur}px);
border-radius: 42px;
box-sizing: border-box;
top: calc(100% + ${marginTopMobile} + var(--header-height));
Expand Down Expand Up @@ -685,6 +686,7 @@ class BubbleCard extends HTMLElement {
border-radius: 25px;
margin-right: 14px;
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}
.header-icon {
display: inline-flex;
Expand Down

0 comments on commit da31ef6

Please sign in to comment.