donation drop-up mobile bug fixed

This commit is contained in:
zzossig 2019-12-06 23:05:48 +09:00
parent f93c1543a0
commit 5f60b077e7
2 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,10 @@
margin-bottom: 0.25rem;
border-radius: 0.25rem;
@include respond-to(sm) {
left: 50%;
transform: translate(-50%);
}
@include themify($themes) {
background-color: themed('dropdown-content-background-color');
}