1
0
Fork 0
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:
muerwre 2019-08-09 14:46:05 +07:00
parent 988a069d57
commit b45ecadd20
3 changed files with 44 additions and 35 deletions

View file

@ -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 {