mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
use max-width
This commit is contained in:
parent
e7561c06c8
commit
e89f25223c
@ -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 {
|
||||
@ -30,8 +30,8 @@
|
||||
}
|
||||
|
||||
.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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user