Merge pull request #7049 from nextcloud/fix-actions-menu
Fix opening the file actions menu in mobile
This commit is contained in:
commit
576d31d48d
|
@ -493,6 +493,7 @@ table td.selection {
|
||||||
.fileactions {
|
.fileactions {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.busy .fileactions, .busy .action {
|
.busy .fileactions, .busy .action {
|
||||||
|
|
|
@ -46,12 +46,6 @@ table td.filename .nametext {
|
||||||
#fileList a.action-share span:not(.icon) {
|
#fileList a.action-share span:not(.icon) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#fileList a.action.action-favorite {
|
|
||||||
opacity: .7 !important;
|
|
||||||
}
|
|
||||||
#fileList a.action.action-favorite {
|
|
||||||
opacity: .3 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ellipsis on file names */
|
/* ellipsis on file names */
|
||||||
table td.filename .nametext .innernametext {
|
table td.filename .nametext .innernametext {
|
||||||
|
|
Loading…
Reference in New Issue