Skip to content

Commit

Permalink
Merge pull request #55 from yusufipk/firefox-blur
Browse files Browse the repository at this point in the history
Blur Desteklemeyen Tarayıcılara Geçici Çözüm
  • Loading branch information
cagrimertbakirci authored Jan 27, 2022
2 parents 34b7dca + 37cb2d6 commit 25a9308
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1185,4 +1185,13 @@ export default {
font-size: 12px;
color: $white;
}
@supports not (backdrop-filter: blur()) {
.sidebar,
.mobile-sidebar,
.oriented-sidebar,
.close-btn {
background-color: rgba(10, 12, 16, 1);
}
}
</style>

0 comments on commit 25a9308

Please sign in to comment.