[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Reduce button group size for mobile

FoxxMD (Aug 25, 2025, 1:29 PM UTC) 64371713 c2adf4cf

+6
+6
docsite/src/css/custom.css
··· 28 28 --ifm-color-primary-lightest: #4fddbf; 29 29 --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); 30 30 } 31 + 32 + @media screen and (max-width: 996px) { 33 + .button--lg { 34 + --ifm-button-size-multiplier: 1.1; 35 + } 36 + }