Skip to content

Commit 831e584

Browse files
authored
Merge pull request #28072 from nextcloud/backport/28015/stable20
[stable20] fix overlapping of elements in certain views
2 parents 412272e + d43f7b7 commit 831e584

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

apps/files/css/files.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,17 @@ table th.column-last, table td.column-last {
307307
top: 94px;
308308
}
309309

310+
#app-content-recent,
311+
#app-content-favorites,
312+
#app-content-shareoverview,
313+
#app-content-sharingout,
314+
#app-content-sharingin,
315+
#app-content-sharinglinks,
316+
#app-content-deletedshares,
317+
#app-content-pendingshares {
318+
margin-top: 22px;
319+
}
320+
310321
table.multiselect thead th {
311322
background-color: var(--color-main-background-translucent);
312323
font-weight: bold;

0 commit comments

Comments
 (0)