We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689b2d6 commit 4abf839Copy full SHA for 4abf839
2 files changed
frontend/app/view/preview/directorypreview.scss
@@ -89,6 +89,7 @@
89
.dir-table-body {
90
display: flex;
91
flex-direction: column;
92
+ padding: 0 5px 5px 5px;
93
.dir-table-body-search-display {
94
95
border-radius: 3px;
frontend/app/view/preview/preview.scss
@@ -37,12 +37,7 @@
37
object-fit: contain;
38
}
39
40
- &.view-preview-directory {
41
- flex-direction: column;
42
- align-items: start;
43
- }
44
- &.view-preview-pdf,
45
+ &.view-preview-pdf {
46
padding: 5px;
47
48
0 commit comments