mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 03:42:38 +03:00
Project setup illustration update
This commit is contained in:
parent
3419240e19
commit
ce9750bacc
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right-side__img-wrapper">
|
||||
<div class="img-wrapper">
|
||||
<ImgThemed {imgSet} />
|
||||
</div>
|
||||
|
||||
@ -166,12 +166,13 @@
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.right-side__img-wrapper {
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.img-wrapper {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 100%;
|
||||
max-width: 26.25rem;
|
||||
}
|
||||
|
||||
/* global */
|
||||
|
@ -36,8 +36,8 @@
|
||||
<DecorativeSplitView
|
||||
user={$user$}
|
||||
imgSet={{
|
||||
light: '/images/setup-art-light.svg',
|
||||
dark: '/images/setup-art-dark.svg'
|
||||
light: '/images/img_moon-door-light.webp',
|
||||
dark: '/images/img_moon-door-dark.webp'
|
||||
}}
|
||||
>
|
||||
<div class="project-setup">
|
||||
|
BIN
gitbutler-ui/static/images/img_moon-door-dark.webp
Normal file
BIN
gitbutler-ui/static/images/img_moon-door-dark.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
gitbutler-ui/static/images/img_moon-door-light.webp
Normal file
BIN
gitbutler-ui/static/images/img_moon-door-light.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue
Block a user