feat: small design tweak
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user