mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +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>${item.primaryText}</span>
|
||||
<span class="command-text">${item.primaryText}</span>
|
||||
${item.altText
|
||||
? html`
|
||||
<span slot="secondary" class="item-text secondary"
|
||||
@ -621,6 +621,10 @@ export class QuickBar extends LitElement {
|
||||
--ha-chip-text-color: black;
|
||||
}
|
||||
|
||||
span.command-text {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.uni-virtualizer-host {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user