View Single Post
Old 03-21-2019, 03:23 PM   #8
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,607
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by RbnJrg View Post
It seems that Sigil can't handle the property "-webkit-grid-template-columns: auto auto auto auto;". I had to set the width of columns by "-webkit-grid-template-columns: 25% 25% 25% 25%;" and after that worked perfectly.
I'm getting identical results (in epub3) with:

Code:
-webkit-grid-template-columns:  repeat(4, 1fr);
But then I'm clueless as to whether any of that is allowable by EPUB spec.


Quote:
Originally Posted by RbnJrg View Post
It would be good to know if those who have a Kobo can open and display without issues the epub you uploaded. If so, that would be a huge step to implement of once the epub3 protocol.
Feel free to spread it around so the right people see it.

Last edited by DiapDealer; 03-21-2019 at 03:27 PM.
DiapDealer is offline   Reply With Quote