fix: fix compose toolbar on iphone 4 again (#1259)

This commit is contained in:
Nolan Lawson 2019-06-01 14:27:50 -07:00 committed by GitHub
parent 74230cfe8e
commit f5c7bc790f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
@media (max-width: 320px) {
:global(button.icon-button.compose-toolbar-button) {
padding-left: 8px;
padding-right: 8px;
padding-left: 5px;
padding-right: 5px;
}
}
</style>