Merge pull request #12570 from nextcloud/do-not-show-tab-headers-marked-as-hidden
Do not show tab headers marked as hidden
This commit is contained in:
commit
8c9e78d8b1
|
@ -805,6 +805,10 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
|
|||
margin-bottom: 1px;
|
||||
padding: 5px;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Use same amount as sidebar padding */
|
||||
&:first-child {
|
||||
padding-left: 15px;
|
||||
|
|
Loading…
Reference in New Issue