question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Source name and source selector are not on the same line

See original GitHub issue

When mini-media-player is grouped in entities card source name and source selector are not on the same line.

image

Configuration:

          - type: entities
            show_header_toggle: false
            state_color: true
            entities:
              - light.bulbs_salon
              - light.leds_salon
              - light.lamp_salon
              - input_select.light_scenes_salon
              - input_select.salon_harmony
              - type: custom:mini-media-player
                entity: media_player.bravia
                hide:
                  controls: true
                  volume: true
                  power: true
                  progress: true
                info: scroll
                group: true

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kalkihcommented, Aug 3, 2020

New release with this fix is now available.

1reaction
kalkihcommented, Jun 7, 2020

Thanks, I see it now as well, seems to only be the source/sound mode dropdown chevron, will fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to make <label> and <input> appear on the same line ...
1 question i have, in the css, why do i align the text of the form div to centre and then right align...
Read more >
5 Selectors
In CSS, pattern matching rules determine which style rules apply to elements in the document tree. These patterns, called selectors, may range from...
Read more >
CSS selectors - CSS: Cascading Style Sheets - MDN Web Docs
CSS selectors define the pattern to select elements to which a set of CSS rules are then applied.
Read more >
:not | CSS-Tricks - CSS-Tricks
The :not() property in CSS is a negation pseudo class and accepts a simple selector or a selector list as an argument.
Read more >
Complex Selectors - Learn to Code Advanced HTML & CSS
Selectors are one of the most important parts of CSS, and this lessons discusses selectors, old and new, and how to best put...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found