// tailwind.config.jsmodule.exports = {variants:{// ...-padding:['responsive'],+padding:['responsive', 'hover', 'focus'],}} Disabling If you don't plan to use thepaddingutilities in your project, you can disable them entirely by setting thepaddingpropertytofalsein thecorePluginssection ...
v4.0 Beta Documentation → Preview the next Tailwind CSS.Interactivity Scroll Padding Utilities for controlling an element's scroll offset within a snap container. Quick reference Class Properties scroll-p-0 scroll-padding: 0px; scroll-px-0 scroll-padding-left: 0px; scroll-padding-right: 0...
Medic 🚑 is a minimal Tailwind Plugin that brings consistent, cross-breakpoint utilities to your applications. No need to set random padding and margin values, Medic's ergonomic API (stuff like p-layout) makes it easy to create consistent layouts across your application. Medic 🚑 is built ...
High performance self-hosted photo and video management solution. - fix(web): asset-grid padding/margin left fix (#8125) · immich-app/immich@44ed1f0
.container { overflow: auto; width: 300px; height: 150px; background-color: red; } .padding { float: left; padding: 50px; } .content { width: 500px; height: 500px; background-color: green; } No scrollbar when using overflow:auto and div heights, You can try a CSS-only method ...
{ + "@types/node": "^18.11.18", + "@types/react": "^18.0.26", + "autoprefixer": "^10.4.13", + "eslint": "^8.30.0", + "postcss": "^8.4.21", + "tailwindcss": "^3.2.4", + "typescript": "^5.0.0" + } +} diff --git a/pages/_app.mdx b/pages/_app.mdx...
tailwind.config.cjs 2 changes: 1 addition & 1 deletion 2 web/src/lib/components/photos-page/asset-grid.svelte Original file line numberDiff line numberDiff line change @@ -380,7 +380,7 @@ <!-- Right margin MUST be equal to the width of immich-scrubbable-scrollbar --> ...