feat: open file option on share

This commit is contained in:
Ramires Viana
2021-04-23 11:55:56 +00:00
parent aa172b8bb5
commit 1c25f6ee69
3 changed files with 28 additions and 4 deletions

View File

@@ -43,6 +43,15 @@
word-break: break-all;
}
.share__box__element .button {
display: inline-block;
}
.share__box__element .button i {
display: block;
margin-bottom: 4px;
}
.share__box__items {
text-align: left;
flex: 10 0 25em;