tweak CSS

This commit is contained in:
Nolan Lawson 2018-02-25 11:29:19 -08:00
parent 62d7166b39
commit 94305045eb
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
.notification-article {
padding: 10px 10px;
max-width: calc(100vw - 20px);
width: 580px;
}
}
</style>

View File

@ -74,6 +74,9 @@
padding: 10px 10px;
max-width: calc(100vw - 20px);
}
.status-article.status-in-timeline {
width: 580px;
}
}
</style>
<script>