stop showing map info box on topic view (#815)
This commit is contained in:
parent
154257d062
commit
87dc20fa50
1 changed files with 5 additions and 3 deletions
|
@ -47,11 +47,13 @@
|
||||||
.mapElement {
|
.mapElement {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.mapPage .mapElement, .topicPage .mapElement {
|
.mapPage .mapElement,
|
||||||
|
.topicPage .mapElement {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.mapPage .mapElementHidden {
|
.mapPage .mapElementHidden,
|
||||||
display:none;
|
.topicPage .mapElement.mapInfoBox {
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
.topicPage .starMap {
|
.topicPage .starMap {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue