mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed hero appearance
This commit is contained in:
parent
e7eb2fd14f
commit
3b7997b442
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
background: $content_bg;
|
background: $content_bg;
|
||||||
border-radius: $cell_radius;
|
border-radius: $cell_radius;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
@ -90,6 +91,8 @@
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
pointer-events: none;
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title_wrap {
|
.title_wrap {
|
||||||
|
@ -126,6 +129,8 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
|
pointer-events: all;
|
||||||
|
touch-action: auto;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue