mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-24 07:01:02 +08:00
feat: updating background image for the share link page (#423)
This commit is contained in:
@ -23,6 +23,7 @@ const BaseHTMLContext: Record<string, string | Record<string, string>> = {
|
||||
assetUrls: {
|
||||
favicon: bucketPathForFile('public/favicon.png'),
|
||||
bg: bucketPathForFile('public/background.png'),
|
||||
bgFooter: bucketPathForFile('public/background-footer.png'),
|
||||
playArrowIcon: bucketPathForFile('public/play-arrow.png'),
|
||||
shareIcon: bucketPathForFile('public/share.png'),
|
||||
flutterForwardLogo: bucketPathForFile('public/flutter-forward-logo.png'),
|
||||
|
@ -141,8 +141,11 @@ h2 {
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
height: 80px;
|
||||
padding-right: 16px;
|
||||
padding-bottom: 16px;
|
||||
background-image: url({{{assetUrls.bgFooter}}});
|
||||
}
|
||||
|
||||
footer ul {
|
||||
@ -343,7 +346,7 @@ footer .right a {
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
background-image: url("{{{assetUrls.notFoundBg}}}");
|
||||
background-image: url("{{{assetUrls.bg}}}");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
Reference in New Issue
Block a user