FireIsGood
FireIsGood
This seems to be caused by the height being set manually but calculating incorrectly. The current version as shown in the reproduction URL does not account for the border decreasing...
I've begun work on this and it seems that the tons of legacy code are messing up the automatic formatting powers. I've done a bunch of manual edits and it...
Another note, a lot (around half so far) have had other issues that Prettier was causing. I have been in the process of manually editing every single post file while...
I'm not able to reproduce this issue. The current styles for background image use `background-size: cover;` which should make the image not repeat and cover the entire screen. Do you...
Notably for this, light-dark is now a thing. It has [87.24%](https://caniuse.com/mdn-css_types_color_light-dark) support as of writing this.
There's also a lot of duplicated color styles. One example from [base.css](../blob/master/assets/css/base.css#L131C105-L133C110): ```css --color-dropdown-action-select: var(--light, var(--color-gray-250)) var(--dark, var(--color-dt-gray-500)); --color-dropdown-action-hover: var(--light, var(--color-gray-250)) var(--dark, var(--color-dt-gray-500)); ``` I'm not sure what palette exactly...
Dang that sucks...
As an example of the relative `get_url` change, I have made a branch to show the code changes: https://github.com/getzola/zola/compare/master...FireIsGood:zola:relative-path-geturl And an example of styling based on the relative paths: https://github.com/getzola/zola/compare/master...FireIsGood:zola:add-external-icon-rel-geturl...
Hi Artem, Thanks for your interest in the project! I originally considered adding these sorts of options but I found that the effects cause a slight lag that was noticeable...