mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
final changes
This commit is contained in:
@@ -68,7 +68,7 @@ export const MetaTile: React.FC<FlexProps & MetaTileProps> = ({
|
||||
>
|
||||
<Flex
|
||||
direction="column"
|
||||
bgColor="hsl(253deg 65% 11% / 55%)"
|
||||
bg="rgba(255, 255, 255, 0.08)"
|
||||
style={{ backdropFilter: 'blur(7px)' }}
|
||||
rounded="lg"
|
||||
p={6}
|
||||
|
||||
BIN
packages/web/assets/quests/quest.png
Normal file
BIN
packages/web/assets/quests/quest.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 543 KiB |
@@ -9,7 +9,7 @@ import {
|
||||
Prose,
|
||||
Text,
|
||||
} from '@metafam/ds';
|
||||
import BackgroundImage from 'assets/main-background.jpg';
|
||||
import BackgroundImage from 'assets/quests/quest.png';
|
||||
import { MetaLink } from 'components/Link';
|
||||
import { MarkdownViewer as Markdown } from 'components/MarkdownViewer';
|
||||
import { RolesTags } from 'components/Quest/Roles';
|
||||
|
||||
@@ -18,6 +18,7 @@ export const SquareImage: React.FC<SquareImageProps> = ({ src }) => (
|
||||
<img
|
||||
style={{
|
||||
position: 'absolute',
|
||||
borderRadius: '10px 10px 0 0',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
objectFit: 'cover',
|
||||
|
||||
Reference in New Issue
Block a user