Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
24b9be76
Commit
24b9be76
authored
4 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
🎨
parent
e763c6e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/client/assets/misskey.svg
+0
-0
0 additions, 0 deletions
src/client/assets/misskey.svg
src/client/pages/welcome.entrance.vue
+24
-1
24 additions, 1 deletion
src/client/pages/welcome.entrance.vue
with
24 additions
and
1 deletion
src/client/assets/misskey.svg
0 → 100644
NaN GiB (NaN%)
View file @
24b9be76
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
src/client/pages/welcome.entrance.vue
+
24
−
1
View file @
24b9be76
<
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment