add message minimaps

This commit is contained in:
2018-04-11 20:26:33 +02:00
parent efb62fc02c
commit 2af6f5d2a2
9 changed files with 413 additions and 41 deletions

1
style/scss.bat Normal file
View File

@@ -0,0 +1 @@
sass --unix-newline -l --style=compressed spot.scss spot.css

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -168,6 +168,12 @@
p:first-child {
margin-top:1em;
}
.staticmap {
width: 100%;
border-radius: 3px;
cursor: pointer;
}
}
}