fix math error in css

This commit is contained in:
Nolan Lawson 2018-03-28 09:05:22 -07:00
parent 474b6e6dad
commit 290a3b068e

View file

@ -37,7 +37,7 @@
.compose-box.dialog-size {
width: 540px;
max-width: calc(100vw - 80px);
max-width: calc(100vw - 60px);
}
.compose-box-border-bottom {