Skip to content

Commit

Permalink
UX: fix powered by discourse location, delete button color (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Jul 2, 2024
1 parent 3a57bcd commit f2d1922
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pre {
border-color: transparent;
}

.btn.btn-danger:not(.btn-flat) {
.btn.btn-danger:not(.btn-flat):not(.btn-transparent) {
background: var(--danger);
color: var(--secondary);
&:hover {
Expand Down Expand Up @@ -428,3 +428,10 @@ body.has-full-page-chat {
.chat-channel {
height: calc(100vh - (var(--header-offset) + 8em));
}

.powered-by-discourse {
margin-top: 1em;
@media screen and (min-width: 1100px) {
margin-left: 4em;
}
}

0 comments on commit f2d1922

Please sign in to comment.