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 {
|
.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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user