Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sidebar title height with subtitle #1150

Closed
wants to merge 1 commit into from

Conversation

nickvergessen
Copy link
Contributor

open the sidebar of a deck card:

Before After
Bildschirmfoto von 2020-06-10 09-44-24 Bildschirmfoto von 2020-06-10 09-44-27

not sure why the height was there in first place. But the padding from
https://github.com/nextcloud/nextcloud-vue/blob/545b8ecb645d13cfafe1e25a2ad5f2c57fd4afe2/src/components/AppSidebar/AppSidebar.vue#L569

Seems to cause the problems with a fixed height.
So either we add more magic, or we don't use a fixed height anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen added bug Something isn't working 3. to review Waiting for reviews labels Jun 10, 2020
@skjnldsv
Copy link
Contributor

Hum, it doesn't seems to be an issue anywhere else, why only on deck?

@nickvergessen
Copy link
Contributor Author

Because deck is the only one which uses a subtitle?

@juliusknorr
Copy link
Contributor

Actually it was a deck issue with an old global css rule that caused this, see fix in nextcloud/deck#2019

@skjnldsv skjnldsv deleted the bugfix/noid/title-height-with-subtitle branch June 16, 2020 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants