mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
16 lines
270 B
CSS
16 lines
270 B
CSS
.appfooter {
|
|
background: #1c1c1c;
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
bottom: 0;
|
|
transition: transform 180ms linear;
|
|
|
|
contain: layout style;
|
|
}
|
|
|
|
.appfooter.headroom--unpinned {
|
|
transform: translateY(100%);
|
|
}
|