integration_github icon indicating copy to clipboard operation
integration_github copied to clipboard

Dashboard main container size gets changed

Open bfbones opened this issue 4 years ago • 2 comments

Environment

Nextcloud 20.0.4 Vivaldi 3.5 / Fedora

Description

Using this addon the dashboard container size gets changed and its background accordingly. Content is missing in height and the design seems broken.

Screenshot

Screenshot_2021-02-09_14-43-40

Affected code

# css/dashboard.css
body {
        height: auto;
        min-height: 100%;
}

If this code gets simply removed it works just fine. This problem also exists for https://github.com/nextcloud/integration_gitlab

bfbones avatar Feb 09 '21 13:02 bfbones

Thanks for the issue. This piece of css is a an attempt to fix the incorrect position of items context menus when widgets are not on the first row.

I can remove that and wait for a fix in nc/vue. Or do you have a magic css trick to fix both problems?

This context menu topic is discussed in https://github.com/nextcloud/nextcloud-vue/issues/1384

julien-nc avatar Feb 09 '21 14:02 julien-nc

So then it's good, that I dont simply opened a MR. I did not enough testing to bring any magic css tricks for now, so maybe quickfix it first and wait for nc/vue.

bfbones avatar Feb 09 '21 15:02 bfbones