Skip to content
Snippets Groups Projects
Commit 24b9be76 authored by syuilo's avatar syuilo
Browse files

🎨

parent e763c6e6
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
<template>
<div class="rsqzvsbo" v-if="meta">
<div class="top">
<div class="shape"></div>
<img src="/assets/misskey.svg" class="misskey"/>
<div class="main _panel">
<div class="bg" :style="{ backgroundImage: `url(${ meta.bannerUrl })` }">
<div class="fade"></div>
......@@ -142,12 +144,33 @@ export default defineComponent({
box-sizing: border-box;
padding: 16px;
> .shape {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--accent);
clip-path: polygon(0% 0%, 50% 0%, 15% 100%, 0% 100%);
}
> .misskey {
position: absolute;
top: 24px;
left: 24px;
width: 160px;
}
> .main {
position: relative;
width: min(490px, 100%);
margin: auto;
margin: auto auto auto 128px;
box-shadow: 0 12px 32px rgb(0 0 0 / 25%);
@media (max-width: 1200px) {
margin: auto;
}
> .bg {
position: absolute;
top: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment