Read the statement by Michael Teeuw here.
Calvin and Hobbs
-
@karsten13
Thank you so very much for your work.
I did have to restore the original css file from the original builder of this module.
So I could get the full screen to work. Other wise it works so great now.
My wife is very pleased.
Thank you again for your great work…Just Jeff
-
@plainbroke said in Calvin and Hobbs:
I did have to restore the original css file from the original builder of this module.
hm, did I fork from the wrong repo?
If you share a link to the original file you mentioned I can update it on my fork.
-
@karsten13
No you did not fork from the wrong repo, someone merged the two repo’s so they where the same I have the full original that i backed up the files to my nas drive.
I do not know how to send them to you or even share them. Not sure why the css was changed either. If it is not to technical I could try to load it somewhere on here for you… -
@plainbroke said in Calvin and Hobbs:
I do not know how to send them to you or even share them. Not sure why the css was changed either. If it is not to technical I could try to load it somewhere on here for you…
you could publish the content of the file here as text using a code block
content
-
@karsten13
The original cahcomic.css contains only this.
Hope this helps you. I am not very good with all this code stuff.
Mainly I do it through trial and error./* The basic container */ .cahcomiccontainer { overflow: hidden; /* To make the height of the container exact. */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #cahcomiccontent { white-space: nowrap; position: relative; overflow: hidden; /* Required to make ellipsis work */ text-overflow: clip; top: 0%; -webkit-transition: top 3s, height 3s; -moz-transition: top 3s, height 3s; transition: top 3s, height 3s; }
-
Hopefully you can tell it fills my screen and is todays Monday June 9 2025’s
comic. We really love this comic, both my wife and I are big fans of Calvin and Hobbs comic. I really appreciate the help you provided getting the comic back to working form for us… Keep up the great work you are appreciated… -
@plainbroke said in Calvin and Hobbs:
The original cahcomic.css contains only this.
I updated my fork with the original css, for updating go into the module folder and do
# remove all changed stuff in this repo out of the way: git reset --hard # pull new version: git pull
-
@karsten13
Done, Thank you. Working like it should now.