fix(core): update

This commit is contained in:
Philipp Kunz 2021-03-08 23:27:50 +00:00
parent b637f4e53a
commit 058384e0a0

View File

@ -27,12 +27,14 @@ export class UptimelinkWebwidget extends DeesElement {
${domtools.elementBasic.styles} ${domtools.elementBasic.styles}
<style> <style>
:host { :host {
position: relative;
display: block; display: block;
height: 30px;
z-index:10;
} }
.mainbox { .mainbox {
position: relative; position: relative;
line-height: 1em; line-height: 1em;
margin: auto; margin: auto;
font-family: Roboto; font-family: Roboto;
font-weight: 400; font-weight: 400;