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

fix: RTL for icon #137

Merged
merged 2 commits into from
Jan 30, 2025
Merged

fix: RTL for icon #137

merged 2 commits into from
Jan 30, 2025

Conversation

ildar170975
Copy link
Collaborator

Before:

изображение

After:

изображение

type: vertical-stack
cards:
  - type: entities
    title: one row
    entities:
      - sun.sun
      - type: custom:restriction-card
        row: true
        card_mod:
          style: |
            :host {
              --restriction-lock-row-margin-left: 150px;
            }
        card:
          entity: input_boolean.test_boolean
          name: row
      - sun.sun
  - type: custom:mod-card
    card_mod:
      style:
        .: |
          :host {
            --restriction-lock-margin-left: 150px;
          }
    card:
      type: custom:restriction-card
      card:
        type: entities
        title: whole card
        entities:
          - entity: input_boolean.test_boolean
          - sun.sun

@ildar170975 ildar170975 marked this pull request as ready for review January 30, 2025 01:20
@ildar170975 ildar170975 merged commit 5cd3067 into iantrich:master Jan 30, 2025
1 check passed
@ildar170975 ildar170975 deleted the fix-rtl-icon branch January 30, 2025 02:53
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

Successfully merging this pull request may close these issues.

1 participant