Fix styles. Feedback button

This commit is contained in:
jude 2023-07-30 15:50:46 +01:00
parent 8fa1402ecc
commit 213e3a5100
2 changed files with 11 additions and 0 deletions

View File

@ -542,6 +542,7 @@ input.default-width {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
margin-right: 4px;
}
.embed-body input, .embed-body textarea {
@ -676,6 +677,10 @@ a.switch-pane {
text-overflow: ellipsis;
}
.feedback {
background-color: #5865F2;
}
.is-locked {
pointer-events: none;
opacity: 0.4;

View File

@ -267,6 +267,9 @@
<a href="/login/discord/logout">
<span class="icon"><i class="fas fa-sign-out"></i></span> Log out
</a>
<a href="https://discord.jellywx.com" class="feedback">
<span class="icon"><i class="fab fa-discord"></i></span> Give feedback
</a>
</li>
</ul>
</div>
@ -310,6 +313,9 @@
<a href="/login/discord/logout">
<span class="icon"><i class="fas fa-sign-out"></i></span> Log out
</a>
<a href="https://discord.jellywx.com/" class="feedback">
<span class="icon"><i class="fab fa-discord"></i></span> Give feedback
</a>
</li>
</ul>
</div>