Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:mod-card
- card_mod:
- style: |
- @media (min-width:180px) {
- ha-card {
- z-index: 1;
- position: fixed;
- bottom: 10px;
- left: 10px;
- width: calc(100% - 20px);
- background: var(--contrast3);
- border-radius: 100px;
- padding: 10px;
- }
- }
- @media (min-width:800px) {
- ha-card {
- width: calc(60% - 30px);
- left: calc(20% + 43px);
- background: var(--contrast3);
- border-radius: 100px;
- padding: 10px;
- }
- }
- card:
- type: grid
- columns: 5
- square: false
- cards:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement