mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
Merge pull request #66 from netz39/rounded-spacestatus
Make the space status picture rounded
This commit is contained in:
commit
644cb4361d
2 changed files with 9 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<a aria-label="pull" id="pull" class="toggle" href="#">
|
||||
<i class="fas fa-bars fa-lg"></i>
|
||||
</a>
|
||||
|
||||
|
||||
<!-- Menu -->
|
||||
<ul class="hide">
|
||||
{% assign name_page = "" %}
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a id="theme-toggle" title="{{ page.title }} " aria-label="{{ page.title }}" onclick="themeToggle()"></a></li>
|
||||
{% endif %}
|
||||
<!-- Spacestatus -->
|
||||
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png"></a></li>
|
||||
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus"></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -90,6 +90,13 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
nav img.spacestatus {
|
||||
border-radius: 5px;
|
||||
padding: 0;
|
||||
margin-left: 10px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
/* ---- Responsive ---- */
|
||||
|
||||
@media (min-width: $break) {
|
||||
|
|
Loading…
Add table
Reference in a new issue