fix: remove status, admin line width (#1298)

This commit is contained in:
Max Peintner 2021-02-17 15:05:10 +01:00 committed by GitHub
parent 1e90e9ca03
commit 39eb172804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -181,7 +181,6 @@
target="_blank">{{'MENU.TOC'
| translate}}</a>
<span>&nbsp;&nbsp;&nbsp;</span>
<a class="sp-status" href="//status.zitadel.ch">Status</a>
</div>
</div>
<span class="fill-space"></span>

View File

@ -29,7 +29,6 @@
<meta name="twitter:title" content="ZITADEL Console" />
<meta name="twitter:description" content="Management Platform for ZITADEL IAM" />
<meta name="twitter:image" content="https://www.zitadel.ch/zitadel-social-preview25.png">
<script src="https://statuspal.io/js/widget.js"></script>
</head>
<body>

View File

@ -77,7 +77,7 @@
align-items: center;
bottom: 0;
left: 0;
right: calc(100vw - 300px);
right: calc(100vw - 280px);
background-color: $primary-color;
color: white;
z-index: 1;