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