View Single Post
Old 07-16-2023, 04:04 PM   #1
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 1,019
Karma: 2003162
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
Odd behavior CSS "content" property in kobo devices

Can anybody confirm that an ::after pseudo-element with a content property does not work for kobo devices?
Like:
Code:
.title::after {
  position: absolute;
  content: " . . . . . . . ";
  text-align: right;
}
I have an ebook in which it is used for creating dot trailers/leaders in some table of contents construct, but the dots never show within kobo, while they can be observed in the calibre viewer/editor.
DrChiper is offline   Reply With Quote