frontend build

This commit is contained in:
Peter Papp
2020-08-28 16:17:53 +02:00
parent be08c8487a
commit 2f4aafb1b3
67 changed files with 81 additions and 485 deletions

View File

@@ -7,6 +7,7 @@
<div id="application-wrapper" v-if="! isGuestLayout">
<!-- Full File Preview -->
<FileFullPreview />
<!--Mobile Navigation-->
<MobileNavigation />
@@ -66,6 +67,7 @@
components: {
MobileNavigation,
CookieDisclaimer,
FileFullPreview,
ToastrWrapper,
ShareCreate,
MobileMenu,

View File

@@ -53,7 +53,7 @@ export default {
border-radius: 50%;
text-decoration: none;
user-select: none;
filter: drop-shadow(0px 0px 0.8px rgba(255, 255, 255, 1));
filter: drop-shadow(0px 1px 0 rgba(255, 255, 255, 1));
}
.next {
right: 0;
@@ -68,7 +68,7 @@ export default {
.prev,
.next {
color: $light-text;
filter: drop-shadow(0px 0px 0.8px rgba(17, 19, 20, 1));
filter: drop-shadow(0px 1px 0 rgba(17, 19, 20, 1));
}
}
</style>