1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Hide header text of very small screens to deploy is visible

This commit is contained in:
Nick O'Leary 2019-09-20 13:08:05 +01:00
parent 0a3ab996eb
commit 9955bcc339
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -272,3 +272,9 @@
vertical-align: middle;
}
}
@media only screen and (max-width: 450px) {
span.red-ui-header-logo > span {
display: none;
}
}