fix attachment buttons
This commit is contained in:
parent
1e7ef0956e
commit
b457c07156
2 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
z-index: 0;
|
z-index: 1;
|
||||||
|
|
||||||
.attachment-button {
|
.attachment-button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
color: var(--panelText);
|
color: var(--panelText);
|
||||||
background-color: $fallback--bg;
|
background-color: $fallback--bg;
|
||||||
background-color: var(--bg, $fallback--bg);
|
background-color: var(--bg, $fallback--bg);
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
background-color: $fallback--fg;
|
background-color: $fallback--fg;
|
||||||
|
|
Loading…
Add table
Reference in a new issue