parent
e3b7c7ddc6
commit
b8377630af
2 changed files with 0 additions and 16 deletions
|
@ -40,7 +40,6 @@ export default class CenterMessageBox extends UIElement {
|
||||||
return CenterMessageBox.prep().innerHtml;
|
return CenterMessageBox.prep().innerHtml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
InnerUpdate(htmlElement: HTMLElement) {
|
InnerUpdate(htmlElement: HTMLElement) {
|
||||||
const pstyle = htmlElement.parentElement.style;
|
const pstyle = htmlElement.parentElement.style;
|
||||||
if (State.state.centerMessage.data != "") {
|
if (State.state.centerMessage.data != "") {
|
||||||
|
|
|
@ -4,20 +4,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.featureinfobox-icons img {
|
|
||||||
max-height: 1.5em;
|
|
||||||
width: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.featureinfobox-icons {
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.featureinfobox-icons span {
|
|
||||||
display: inline-block;
|
|
||||||
padding-right: 0.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.featureinfobox-back-to-the-map {
|
.featureinfobox-back-to-the-map {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border-radius: 999em;
|
border-radius: 999em;
|
||||||
|
@ -39,7 +25,6 @@
|
||||||
stroke: var(--subtle-detail-color-contrast) !important;
|
stroke: var(--subtle-detail-color-contrast) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.featureinfobox-content {
|
.featureinfobox-content {
|
||||||
display: block;
|
display: block;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
|
|
Loading…
Reference in a new issue