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
7 changes: 6 additions & 1 deletion apps/files/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ table td.filename .nametext .innernametext {
max-width: 50%;
}

/* ellipsis on user names in share sidebar */
#shareWithList .username {
max-width: 80px !important;
}

/* proper notification area for multi line messages */
#notification-container {
display: -webkit-box;
Expand All @@ -82,4 +87,4 @@ table td.filename .nametext .innernametext {
display: block !important;
}

}
}