threedy
threedy copied to clipboard
Feature Request: Keep card opened
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.
Yes that would be great! Greetings Stephan
Can we tweak this with css in the current version?
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>
@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