mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
Change name of map button class
This commit is contained in:
parent
b415e64f4b
commit
c4762f789f
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<!-- may use MglPopup for the styles? -->
|
<!-- may use MglPopup for the styles? -->
|
||||||
<ds-button
|
<ds-button
|
||||||
class="style-button"
|
class="map-style-button"
|
||||||
v-for="style in styles.available"
|
v-for="style in styles.available"
|
||||||
:key="style.title"
|
:key="style.title"
|
||||||
filled
|
filled
|
||||||
@ -461,7 +461,7 @@ export default {
|
|||||||
.mgl-map-wrapper {
|
.mgl-map-wrapper {
|
||||||
height: 70vh;
|
height: 70vh;
|
||||||
}
|
}
|
||||||
.style-button {
|
.map-style-button {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user