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 {
|
||||
display: none;
|
||||
}
|
||||
.mapPage .mapElement, .topicPage .mapElement {
|
||||
.mapPage .mapElement,
|
||||
.topicPage .mapElement {
|
||||
display: block;
|
||||
}
|
||||
.mapPage .mapElementHidden {
|
||||
display:none;
|
||||
.mapPage .mapElementHidden,
|
||||
.topicPage .mapElement.mapInfoBox {
|
||||
display:none;
|
||||
}
|
||||
.topicPage .starMap {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue