Skip to content

Commit f3df6aa

Browse files
authored
Merge pull request #473 from nextmcloud/nmc/5963-hide-footer-in-text-editor
nmc/5963-hide-footer-in-text-editor
2 parents c02bae5 + 61845e1 commit f3df6aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/layouts/footer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ footer {
1818
--footer-font: var(--default-font-style-bold);
1919
}
2020

21+
body:has(#viewer[data-handler]) #telekom-minimal-footer {
22+
display: none;
23+
}
24+
2125
footer[role="contentinfo"] {
2226
background-color: var(--color-main-background);
2327
display: block;

0 commit comments

Comments
 (0)