Skip to content

Commit 8c9e78d

Browse files
authored
Merge pull request #12570 from nextcloud/do-not-show-tab-headers-marked-as-hidden
Do not show tab headers marked as hidden
2 parents b7767a5 + 7a57409 commit 8c9e78d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/css/apps.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,10 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
805805
margin-bottom: 1px;
806806
padding: 5px;
807807

808+
&.hidden {
809+
display: none;
810+
}
811+
808812
/* Use same amount as sidebar padding */
809813
&:first-child {
810814
padding-left: 15px;

0 commit comments

Comments
 (0)