mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
fix css lint
This commit is contained in:
parent
5cebce9bbf
commit
4a27abb131
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_BasicMessageComposer {
|
.mx_BasicMessageComposer {
|
||||||
.mx_BasicMessageComposer_inputEmpty > :first-child:before {
|
.mx_BasicMessageComposer_inputEmpty > :first-child::before {
|
||||||
content: var(--placeholder);
|
content: var(--placeholder);
|
||||||
opacity: 0.333;
|
opacity: 0.333;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
@ -20,7 +20,6 @@ limitations under the License.
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
// don't grow wider than available space
|
// don't grow wider than available space
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user