[Glitch] Use custom mascot on static share page

Port b2572f0b29 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Jeong Arm 2021-02-11 10:18:56 +09:00 committed by Claire
parent f419096f3b
commit 77f7de53e1
1 changed files with 11 additions and 2 deletions

View File

@ -12,10 +12,19 @@
flex-direction: column;
justify-content: flex-end;
> * {
> div {
flex: 1;
max-height: 235px;
background: url('~images/elephant_ui_plane.svg') no-repeat left bottom / contain;
position: relative;
img {
max-height: 100%;
max-width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
}
}
}