threedy icon indicating copy to clipboard operation
threedy copied to clipboard

Feature Request: Keep card opened

Open houtknots opened this issue 3 years ago • 4 comments

I would like the option to keep te card opened when the printer is connected to home-assistant.

It would also be awesome if the card could always stay opened for dashboard applications.

houtknots avatar Jun 08 '21 12:06 houtknots

Yes that would be great! Greetings Stephan

Stephan1908 avatar Sep 21 '21 19:09 Stephan1908

Can we tweak this with css in the current version?

CumpsD avatar Oct 30 '21 10:10 CumpsD

Right, fixed:

type: 'custom:mod-card'
style: |
  threedy-card div div div:nth-child(2) {
    height: auto !important;
    opacity: 1 !important;
	transform: none !important;
  }
card:
  type: 'custom:threedy-card'
    .
    .
    .
    <card config>

CumpsD avatar Oct 30 '21 10:10 CumpsD

@Stephan1908 @houtknots I've created a fork of this repo and and added an option to keep the card open, check it out here: https://github.com/e11en/ha-threedy-card

e11en avatar Mar 14 '23 22:03 e11en