This commit is contained in:
Steffen 2020-05-05 21:01:18 +02:00
parent d57225a7a9
commit 186a11b4e8
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 3 additions and 1 deletions

View File

@ -288,9 +288,11 @@ export default {
color: #fff;
filter: drop-shadow(0 0 3px black);
cursor: pointer;
transition: opacity 250ms;
#townsquare.public & {
display: none;
opacity: 0;
pointer-events: none;
}
}