-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get things working in a production build and deploy #25
Comments
|
The styling issue. Appears to only occur when card-drawer stamps something out with repeat. But it's not because of repeat, it's because the inner content gets large enough, which triggers the min-height thing in card-drawer, which is when the issue happens. Also, in stable channel the card-drawer isn't scrolling. That appears to be the primary reason--when that's too high the card is positioned in the middle, but that's way off screen. The problem is that the way the overall card-view is positioned on screen is not resilient--it uses a weird max-height thing. (That also means it doesn't work when the thumbnail drawer doesn't have many items in it)
|
…stable. The card-drawer on left is off by a bit. Part of #25.
…g parent for card-drawer. Part of #25.
…in (I think) entirely inline with canary. Part of #25.
… standard way fo doing it. Makes Firefox and Safari both appear to work entirely. Part of #25.
|
… output. Also switched back to Google Fonts live imports. Part of #25
First deploy at 8e9c4f3 (tagged) |
Does hte build process go in a sub-folder in webapp? if so, can we get rid of webapp and just have it all in one folder?
The text was updated successfully, but these errors were encountered: