mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
simplify css
This commit is contained in:
parent
e352867f5a
commit
2a124d4195
@ -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 New Issue
Block a user