Merge pull request #33956 from nextcloud/enh/33857/fix-files_external-settings

fix files_external settings
This commit is contained in:
Simon L 2022-09-09 12:44:17 +02:00 committed by GitHub
commit 99c85311ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 2 deletions

View file

@ -1487,6 +1487,7 @@ kbd {
#content[class*=app-] .popovermenu li > button,
#content[class*=app-] .popovermenu li > a,
#content[class*=app-] .popovermenu li > .menuitem {
width: fit-content;
/* DEPRECATED! old img in popover fallback
* TODO: to remove */
}

File diff suppressed because one or more lines are too long

View file

@ -1221,6 +1221,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
> button,
> a,
> .menuitem {
width: fit-content;
/* DEPRECATED! old img in popover fallback
* TODO: to remove */
> img {

View file

@ -4266,6 +4266,7 @@ kbd {
#content[class*=app-] .popovermenu li > button,
#content[class*=app-] .popovermenu li > a,
#content[class*=app-] .popovermenu li > .menuitem {
width: fit-content;
/* DEPRECATED! old img in popover fallback
* TODO: to remove */
}

File diff suppressed because one or more lines are too long