Skip to content

Commit f2a6459

Browse files
committed
fix the alignment
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent dd657f9 commit f2a6459

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

core/css/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ code {
734734
.dirtree {
735735
flex-wrap: wrap;
736736
box-sizing: border-box;
737+
padding-left:50px;
738+
padding-right:50px;
737739

738740
div:first-child a {
739741
background-image: var(--icon-home-000);

core/src/jquery/css/jquery.ocdialog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818
.oc-dialog-title {
1919
background: var(--color-main-background);
20+
text-align: center;
2021
}
2122
.oc-dialog-buttonrow {
2223
position: relative;

0 commit comments

Comments
 (0)