mirror of
git://f0xx.org/android_cast
synced 2026-07-29 07:39:15 +03:00
footer changes, remote access changes
This commit is contained in:
@@ -345,6 +345,41 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.hub-page .platform-footer {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
height: auto;
|
||||
min-height: 40px;
|
||||
padding: 6px 16px;
|
||||
gap: 4px;
|
||||
}
|
||||
.hub-page .platform-footer__top,
|
||||
.hub-page .platform-footer__bottom {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 1.35;
|
||||
}
|
||||
.hub-page .platform-footer__main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
width: 100%;
|
||||
min-height: 24px;
|
||||
}
|
||||
.hub-page .platform-footer--single-row .platform-footer__main {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.hub-page .platform-footer__left {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
.hub-page .platform-footer__right {
|
||||
flex: 0 0 auto;
|
||||
text-align: right;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.hub-clock-widget {
|
||||
--cw-lcd-x: 24px;
|
||||
|
||||
Reference in New Issue
Block a user