forked from mystiq/hydrogen-web
simplify css
This commit is contained in:
parent
e352867f5a
commit
2a124d4195
1 changed files with 1 additions and 5 deletions
|
@ -51,12 +51,8 @@ limitations under the License.
|
|||
|
||||
.ReplyPreviewView .Timeline_message {
|
||||
display: grid;
|
||||
grid-template:
|
||||
"body" auto
|
||||
"body" 1fr;
|
||||
grid-template: "body" auto;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue