mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Rejig CSS
This commit is contained in:
parent
60b73aff24
commit
74ad27d5fb
@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding-block: var(--widget-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content, .page.content-ready .page-loading-container {
|
.page-content, .page.content-ready .page-loading-container {
|
||||||
@ -352,7 +353,6 @@ body {
|
|||||||
.page-columns {
|
.page-columns {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--widget-gap);
|
gap: var(--widget-gap);
|
||||||
margin-top: var(--widget-gap);
|
|
||||||
animation: pageColumnsEntrance .3s cubic-bezier(0.25, 1, 0.5, 1) backwards;
|
animation: pageColumnsEntrance .3s cubic-bezier(0.25, 1, 0.5, 1) backwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -666,7 +666,8 @@ kbd:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding-block: calc(var(--widget-gap) * 1.5);
|
padding-bottom: calc(var(--widget-gap) * 1.5);
|
||||||
|
padding-top: calc(var(--widget-gap) / 2);
|
||||||
animation: loadingContainerEntrance 200ms backwards;
|
animation: loadingContainerEntrance 200ms backwards;
|
||||||
animation-delay: 150ms;
|
animation-delay: 150ms;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user