mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Restyle the footer
This commit is contained in:
parent
07d1734720
commit
046fde0f70
1 changed files with 5 additions and 2 deletions
|
@ -38,14 +38,17 @@
|
|||
|
||||
.status-deck footer {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
bottom: env(safe-area-inset-bottom);
|
||||
bottom: 16px;
|
||||
bottom: max(16px, env(safe-area-inset-bottom));
|
||||
font-size: 90%;
|
||||
background-color: var(--bg-faded-blur-color);
|
||||
backdrop-filter: blur(16px);
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 16px;
|
||||
white-space: pre-wrap;
|
||||
line-height: 1.2;
|
||||
max-width: var(--main-width);
|
||||
}
|
||||
.status-deck footer > p:first-of-type {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in a new issue