Skip to content

Commit d00519d

Browse files
authored
Merge pull request #53697 from nextcloud/fix/noid/content-header-height
2 parents beae65a + 64c9fb4 commit d00519d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

core/css/apps.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/apps.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/apps.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ kbd {
355355
/* counter can also be inside the link */
356356
> .app-navigation-entry-utils {
357357
display: inline-block;
358-
/* Check Floating fix below */
358+
/* Check Floating fix below */
359359
.app-navigation-entry-utils-counter {
360360
padding-inline-end: 0 !important;
361361
}
@@ -658,7 +658,7 @@ kbd {
658658
}
659659

660660
/* Floating and background-position fix */
661-
/* Cannot use inline-start and :dir to support Samsung Internet */
661+
/* Cannot use inline-start and :dir to support Samsung Internet */
662662
body[dir='ltr'] {
663663
.app-navigation-personal,
664664
.app-navigation-administration {
@@ -698,7 +698,7 @@ body[dir='rtl'] {
698698
box-sizing: border-box;
699699
position: static;
700700
margin: var(--body-container-margin);
701-
margin-top: 50px;
701+
margin-top: var(--header-height);
702702
padding: 0;
703703
display: flex;
704704
width: calc(100% - var(--body-container-margin) * 2);
@@ -1024,7 +1024,7 @@ body[dir='rtl'] #app-settings-header .settings-button {
10241024
}
10251025
}
10261026

1027-
/* Cannot use inline-start to support Samsung Internet*/
1027+
/* Cannot use inline-start to support Samsung Internet*/
10281028
body[dir='ltr'] .tabsContainer {
10291029
clear: left;
10301030
}

core/css/server.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)