feat: small design tweak
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
<a [routerLink]="['/']">
|
<a [routerLink]="['/']">
|
||||||
<img height="40px" src="assets/images/novaloop.png" alt="Novaloop favicon">
|
<img height="40px" src="assets/images/novaloop.png" alt="Novaloop favicon">
|
||||||
</a>
|
</a>
|
||||||
|
<h2>Mastolists</h2>
|
||||||
</div>
|
</div>
|
||||||
<div><h2>Mastolists</h2></div>
|
|
||||||
<!--add class button-responsive to the button-->
|
<!--add class button-responsive to the button-->
|
||||||
<button nbButton ghost class="button-responsive" [nbContextMenu]="navigationItems">
|
<button nbButton ghost class="button-responsive" [nbContextMenu]="navigationItems">
|
||||||
<nb-icon icon="menu-outline"></nb-icon>
|
<nb-icon icon="menu-outline"></nb-icon>
|
||||||
|
|||||||
@@ -2,6 +2,15 @@
|
|||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
a {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img.mastodon-logo {
|
img.mastodon-logo {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user