Skip to content

Commit

Permalink
fixing issues #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ungiglio committed Sep 14, 2024
1 parent ba64938 commit 1bcd572
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions beta.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
*name Lande della Discordia
*author @ungiglio
*version 2.0.0-beta.1
*/

@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

:root,
Expand Down Expand Up @@ -183,6 +189,15 @@ body {
background: var(--mention-background);
}

.replyBar_b11c5e { /*reply box over textarea */
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top: solid 1px var(--highlight);
}

.guildSeparator-33mFX6 {
border-radius: 2px
}
Expand Down
15 changes: 15 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
*name Lande della Discordia
*author @ungiglio
*version 1.0.6
*/

@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

:root,
Expand Down Expand Up @@ -183,6 +189,15 @@ body {
background: var(--mention-background);
}

.replyBar_b11c5e { /*reply box over textarea */
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top: solid 1px var(--highlight);
}

.guildSeparator-33mFX6 {
border-radius: 2px
}
Expand Down

0 comments on commit 1bcd572

Please sign in to comment.