mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update collapsible
This commit is contained in:
parent
f351643d29
commit
891a865464
42 changed files with 1185 additions and 536 deletions
24
dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css
vendored
Normal file
24
dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
.collapseContent {
|
||||
border-width: 0 1px 1px 1px;
|
||||
padding: 1em 1.25em;
|
||||
height: 0;
|
||||
transition-property: height;
|
||||
transition-duration: 300ms;
|
||||
}
|
||||
|
||||
.emby-collapsible-button {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-transform: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.emby-collapse-expandIcon {
|
||||
transform-origin: 50% 50%;
|
||||
transition: transform 350ms ease-out;
|
||||
}
|
||||
|
||||
.emby-collapse-expandIcon.expanded {
|
||||
transform: rotate(180deg);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue