mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
backdrop blur full functioning
This commit is contained in:
@@ -109,9 +109,9 @@ select:focus {
|
|||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
box-shadow: inset 0px -150px 96px -85px rgba(0,0,0,0.43);
|
box-shadow: inset 0px 5px 12px -3px rgb(0,0,0,0.43);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-height: 580px) {
|
@media (max-height: 580px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user