Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-12 14:17:28 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-13 17:19:05 +0300
commit7b2198f24b873f1fd7869c0e87add794fd5e4ebe (patch)
tree8840b086e1097bfe21fcb05fcca90d48ef32713e /css
parentdf9f2eb4339811156eb5be390847f71f597d43df (diff)
Move packaging to webpack and update/clean all configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/viewer.css27
1 files changed, 14 insertions, 13 deletions
diff --git a/css/viewer.css b/css/viewer.css
index 9d4594c..2d28cb7 100644
--- a/css/viewer.css
+++ b/css/viewer.css
@@ -1,25 +1,26 @@
.toolbarButton#secondaryToolbarClose::before {
- display: block;
- content: ' ';
- background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
- background-size: 16px 16px;
- height: 16px;
- width: 16px;
+ display: block;
+ content: ' ';
+ background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
+ background-size: 16px 16px;
+ height: 16px;
+ width: 16px;
}
@media screen and (min-resolution: 2dppx) {
- #secondaryToolbarClose::before {
- background-size: 32px 32px !important;
- height: 32px !important;
- width: 32px !important;
- }
+ #secondaryToolbarClose::before {
+ background-size: 32px 32px !important;
+ height: 32px !important;
+ width: 32px !important;
+ }
}
html .doorHangerRight:after {
- right: 53px!important;
+ right: 53px!important;
}
+
html .doorHangerRight:before {
- right: 53px!important;
+ right: 53px!important;
}
/* Prevent printing from the browser when the download of a share is hidden. */