feat: small design tweak

This commit is contained in:
2022-12-23 10:35:16 +01:00
parent 75b20dc508
commit 21ee9f2a3b
2 changed files with 10 additions and 1 deletions

View File

@@ -6,8 +6,8 @@
<a [routerLink]="['/']">
<img height="40px" src="assets/images/novaloop.png" alt="Novaloop favicon">
</a>
<h2>Mastolists</h2>
</div>
<div><h2>Mastolists</h2></div>
<!--add class button-responsive to the button-->
<button nbButton ghost class="button-responsive" [nbContextMenu]="navigationItems">
<nb-icon icon="menu-outline"></nb-icon>

View File

@@ -2,6 +2,15 @@
display: none
}
#logo {
display: flex;
flex-direction: row;
align-items: center;
a {
margin-right: 15px;
}
}
img.mastodon-logo {
width: 20px;
margin-right: 10px;