more
This commit is contained in:
parent
eb369ca538
commit
e6f6d4ef37
@ -354,10 +354,6 @@ input, textarea {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
|
||||||
flex: 1;
|
|
||||||
flex-direction: row;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
background-color: #D6DAF0;
|
background-color: #D6DAF0;
|
||||||
@ -675,4 +671,9 @@ th > label {
|
|||||||
.flashy {
|
.flashy {
|
||||||
animation: flash 1s infinite;
|
animation: flash 1s infinite;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
Reference in New Issue
Block a user