Advertisement
fablav

Barra dei menù in basso

Aug 27th, 2024
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.60 KB | Software | 0 0
  1. type: custom:mod-card
  2. card_mod:
  3.   style: |
  4.    @media (min-width:180px) {
  5.       ha-card {
  6.         z-index: 1;
  7.         position: fixed;
  8.         bottom: 10px;
  9.         left: 10px;
  10.         width: calc(100% - 20px);
  11.         background: var(--contrast3);
  12.         border-radius: 100px;
  13.         padding: 10px;
  14.       }
  15.     }
  16.     @media (min-width:800px) {
  17.       ha-card {
  18.         width: calc(60% - 30px);
  19.         left: calc(20% + 43px);
  20.         background: var(--contrast3);
  21.         border-radius: 100px;
  22.         padding: 10px;
  23.       }
  24.     }
  25. card:
  26.   type: grid
  27.   columns: 5
  28.   square: false
  29.   cards:
Tags: ha
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement