mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed image position on slider
This commit is contained in:
parent
362ae0a081
commit
0a0abba7f9
3 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
background: $node_image_bg;
|
||||
border-radius: $panel_radius 0 0 $panel_radius;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue