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 dd657f9 commit f2a6459Copy full SHA for f2a6459
2 files changed
core/css/styles.scss
@@ -734,6 +734,8 @@ code {
734
.dirtree {
735
flex-wrap: wrap;
736
box-sizing: border-box;
737
+ padding-left:50px;
738
+ padding-right:50px;
739
740
div:first-child a {
741
background-image: var(--icon-home-000);
core/src/jquery/css/jquery.ocdialog.scss
@@ -17,6 +17,7 @@
17
}
18
.oc-dialog-title {
19
background: var(--color-main-background);
20
+ text-align: center;
21
22
.oc-dialog-buttonrow {
23
position: relative;
0 commit comments