mirror of https://github.com/zulip/zulip.git
css: Reorder `.dynamic-input` to put next to each other.
This commit is contained in:
parent
6371f0109c
commit
5af7665b3c
|
@ -395,10 +395,6 @@ td .button {
|
|||
margin-right: -2px;
|
||||
}
|
||||
|
||||
.dynamic-input [contenteditable=true] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.dynamic-input div:empty::after {
|
||||
content: "username";
|
||||
color: hsl(0, 0%, 67%);
|
||||
|
@ -409,6 +405,10 @@ td .button {
|
|||
color: hsl(0, 0%, 67%);
|
||||
}
|
||||
|
||||
.dynamic-input [contenteditable=true] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.button,
|
||||
.input-group {
|
||||
margin: 0 0 20px 0;
|
||||
|
|
Loading…
Reference in New Issue