Fix: changed outlines to box-shadow

This commit is contained in:
nizune
2021-07-05 21:06:08 +02:00
parent a9e6f9073a
commit d636168908
7 changed files with 20 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ export type UploadState =
const Base = styled.div`
display: flex;
padding: 0 12px;
/*padding: 0 12px;*/
background: var(--message-box);
textarea {
@@ -87,6 +87,10 @@ const Blocked = styled.div`
const Action = styled.div`
display: grid;
place-items: center;
> div {
padding: 10px 12px;
}
`;
// ! FIXME: add to app config and load from app config