mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Add margin to text next to chip (#8726)
* Add margin to text next to chip * Increase margin to 8px
This commit is contained in:
parent
36020373cd
commit
bf802628b9
@ -275,7 +275,7 @@ export class QuickBar extends LitElement {
|
|||||||
>
|
>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span>${item.primaryText}</span>
|
<span class="command-text">${item.primaryText}</span>
|
||||||
${item.altText
|
${item.altText
|
||||||
? html`
|
? html`
|
||||||
<span slot="secondary" class="item-text secondary"
|
<span slot="secondary" class="item-text secondary"
|
||||||
@ -621,6 +621,10 @@ export class QuickBar extends LitElement {
|
|||||||
--ha-chip-text-color: black;
|
--ha-chip-text-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.command-text {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.uni-virtualizer-host {
|
.uni-virtualizer-host {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user