Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix overlapping of elements in certain views
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen authored and backportbot[bot] committed Jul 20, 2021
commit 660ada057492a255d0dcf2fda8daa0c252742477
11 changes: 11 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,17 @@ table th.column-last, table td.column-last {
top: 94px;
}

#app-content-recent,
#app-content-favorites,
#app-content-shareoverview,
#app-content-sharingout,
#app-content-sharingin,
#app-content-sharinglinks,
#app-content-deletedshares,
#app-content-pendingshares {
margin-top: 22px;
}

table.multiselect thead th {
background-color: var(--color-main-background-translucent);
font-weight: bold;
Expand Down