git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit ea79be30c19ff39f8cb158ff14d32c066c4134c5

fix sheet top position with new top bar

Matt McKegg committed on 4/24/2017, 4:27:17 AM
Parent: 7fcf98eadad40e6ad007fc242c73b4b62ae5c04e

Files changed

styles/sheet.mcsschanged
styles/sheet.mcssView
@@ -2,9 +2,9 @@
22 position: fixed;
33 max-height: 80vh;
44 max-width: 700px;
55 margin: auto;
6- top: 40px;
6+ top: 38px;
77 left: 0;
88 right: 0;
99 width: 80vw;
1010 background: #f8f8f8;

Built with git-ssb-web