Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text divider row modification #1

Closed
theOrakle opened this issue Jun 27, 2019 · 0 comments
Closed

Text divider row modification #1

theOrakle opened this issue Jun 27, 2019 · 0 comments

Comments

@theOrakle
Copy link

I would like the ability to mod the custom:text-divider row, it is currently too bulky.

This may already be possible, I could just be doing something stupid. Here is my current edition of the code:

type: entities
title: Climate
style: |
  h2 {
    font-size: 16px;
    padding: 0px;
  }
  .text-divider {
    padding: 0px;
    margin: 0px;
  }
show_header_toggle: false
entities:
- type: 'custom:text-divider-row'
  text: Home
- entity: input_number.c_home_heat
  name: Heat
- entity: input_number.c_home_cool
  name: Cool
- type: 'custom:text-divider-row'
  text: Night
- entity: input_number.c_night_heat
  name: Heat
- entity: input_number.c_night_cool
  name: Cool
- type: 'custom:text-divider-row'
  text: Away
- entity: input_number.c_away_heat
  name: Heat
- entity: input_number.c_away_cool
  name: Cool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants