Fix padding according to the design

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-24 14:16:58 +01:00
parent 7cd8f1135b
commit fafb8d43a3
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -64,6 +64,7 @@ limitations under the License.
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px 0 32px;
}
.mx_ImageView_toolbar {