fix: small potential safari issues

This commit is contained in:
alexsparkes
2024-05-20 09:42:30 +01:00
parent ddd434aecb
commit 9ea8e681f6
3 changed files with 5 additions and 0 deletions

View File

@@ -149,6 +149,7 @@
width: 100%;
box-sizing: border-box !important;
border-radius: 12px 12px 0 0;
-webkit-backdrop-filter: blur(40px) saturate(150%) brightness(75%);
backdrop-filter: blur(40px) saturate(150%) brightness(75%);
@include themed {
@@ -228,6 +229,7 @@
flex-flow: column;
text-align: center;
align-items: center;
-webkit-user-select: none;
user-select: none;
img {
@@ -341,6 +343,7 @@ p.author {
.nice-tag {
border-radius: 150px;
padding: 1px 12px;
-webkit-backdrop-filter: blur(16px) saturate(180%);
backdrop-filter: blur(16px) saturate(180%);
background-color: rgb(255 255 255 / 10%);
border: 1px solid rgb(209 213 219 / 30%);

View File

@@ -70,6 +70,7 @@
.btn-collection {
padding: 1px 12px;
-webkit-backdrop-filter: blur(16px) saturate(180%);
backdrop-filter: blur(16px) saturate(180%);
background-color: rgb(255 255 255 / 10%);
border: 1px solid rgb(209 213 219 / 30%);

View File

@@ -31,6 +31,7 @@
margin-top: 15px;
margin-left: -30px; */
cursor: initial;
-webkit-user-select: none;
user-select: none;
opacity: 1;
animation-name: floating;