mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed error handling
This commit is contained in:
parent
988a069d57
commit
b45ecadd20
3 changed files with 44 additions and 35 deletions
|
@ -6,7 +6,6 @@
|
|||
height: 96px;
|
||||
}
|
||||
|
||||
|
||||
.spacer {
|
||||
flex: 1;
|
||||
}
|
||||
|
@ -49,9 +48,10 @@
|
|||
&:last-child {
|
||||
padding-right: 0;
|
||||
|
||||
&::after { display: none; }
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,6 +68,7 @@
|
|||
text-transform: uppercase;
|
||||
flex: 0 !important;
|
||||
opacity: 0.3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.user_avatar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue