use max-width

This commit is contained in:
srgooglo 2022-03-02 20:34:44 +01:00
parent e7561c06c8
commit e89f25223c

View File

@ -1,9 +1,9 @@
.postCreator { .postCreator {
width : fit-content; width : 100%;
min-width : 35vw;
padding : 15px; padding : 15px;
background-color: var(--background-color-accent); background-color: var(--background-color-accent);
max-width : 600px;
border-radius: 7px; border-radius: 7px;
.textInput { .textInput {
@ -28,10 +28,10 @@
border-radius: 12px; border-radius: 12px;
} }
} }
.textArea { .textArea {
border-radius: 8px!important; border-radius: 8px !important;
transition: all 150ms ease-in-out!important; transition : all 150ms ease-in-out !important;
&.active { &.active {
background-color: var(--background-color-primary); background-color: var(--background-color-primary);