mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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 {
|
.add {
|
||||||
position: relative;
|
position: relative;
|
||||||
outline: none;
|
outline: none;
|
||||||
grid-row: span var(--row-size, 1);
|
grid-row: span 1;
|
||||||
grid-column: span var(--column-size, 2);
|
grid-column: span 1;
|
||||||
background: none;
|
background: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: var(--ha-card-border-radius, 12px);
|
border-radius: var(--ha-card-border-radius, 12px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user