mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-07 05:29:39 -06:00
Added a blur effect to the dialog
This commit is contained in:
@@ -6,20 +6,18 @@
|
||||
right: 0
|
||||
width: 100%
|
||||
height: 100%
|
||||
background-color: rgb(0, 0, 0)
|
||||
background-color: rgba(0, 0, 0, 0.6)
|
||||
display: flex
|
||||
align-items: center
|
||||
z-index: 10
|
||||
justify-content: center
|
||||
backdrop-filter: blur(1px)
|
||||
|
||||
.dialog
|
||||
width: 480px
|
||||
padding: 15px
|
||||
background-color: #27282B
|
||||
border-radius: 15px
|
||||
transform: scale(0.9)
|
||||
transition: opacity 300ms, transform 300ms
|
||||
|
||||
.dialog-speedtest
|
||||
display: flex
|
||||
|
||||
Reference in New Issue
Block a user