mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Add margin to the feedback button
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<span class="site-name">Jade Ellis</span>
|
||||
</a>
|
||||
|
||||
<button on:click={sendFeedback}>Report a bug</button>
|
||||
<button on:click={sendFeedback} class="feedback-button">Report a bug</button>
|
||||
</div>
|
||||
|
||||
{#each Object.entries(links) as [title, inner_links]}
|
||||
@@ -130,4 +130,8 @@
|
||||
padding: 8px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.feedback-button {
|
||||
margin: 8px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user