mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #33956 from nextcloud/enh/33857/fix-files_external-settings
fix files_external settings
This commit is contained in:
commit
99c85311ab
5 changed files with 5 additions and 2 deletions
|
|
@ -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
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in a new issue