increased height of save feature prompt div

This commit is contained in:
Justin
2023-07-19 01:17:34 +08:00
committed by GitHub
parent dd94161c92
commit e32a3adc1d

View File

@@ -1376,7 +1376,7 @@ input[type=checkbox]:hover {
#save-feature-prompt-message {
width: 160px;
height: 150px;
height: 170px;
border-radius: 20px;
background-color: rgba(5,5,5,0.5);
backdrop-filter: blur(6px);