mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Set "add card" button width to 1 (#22532)
This commit is contained in:
parent
f1b24e847e
commit
9fde175c6b
@ -233,8 +233,8 @@ export class GridSection extends LitElement implements LovelaceSectionElement {
|
||||
.add {
|
||||
position: relative;
|
||||
outline: none;
|
||||
grid-row: span var(--row-size, 1);
|
||||
grid-column: span var(--column-size, 2);
|
||||
grid-row: span 1;
|
||||
grid-column: span 1;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
border-radius: var(--ha-card-border-radius, 12px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user