MrVauxs / vauxs-archives

Discord: @vauxs
MIT License
3 stars 0 forks source link

[BUG] Window is missing "vauxs-archive" class #6

Closed morepurplemorebetter closed 5 months ago

morepurplemorebetter commented 5 months ago

Thank you for so quickly fixing my previous bug reports!

Module Version: v1.0.3

Describe the bug The div with id="vauxs-archive" is missing the "vauxs-archive" class. As a result, its children are not inheriting all the CSS. See screenshot: image

Also, the padding in the header of that window seems off, see the top-right red box with the X to close for example. The CSS line padding: var(--tjs-app-header-padding,0 4px); for .window-header.svelte-varch-1wviwl9.svelte-varch-1wviwl9 seems to be the culprit. When I turn that off, the header looks as it should. The variable --tjs-app-header-padding is not defined, and the defaulted 4px padding is half that it would otherwise be (on my system).