-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Focalboard UI Fixes #1194
Focalboard UI Fixes #1194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me.
@@ -9,9 +9,6 @@ | |||
z-index: 1000; | |||
|
|||
.Menu { | |||
position: unset; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbishel, was there a reason this was needed in the original checkin? I'm worried removing it might break something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the change in positioning, the other changes look good and everything works properly.
@sbishel We should not override the position or the min/max width coming from the global header, otherwise a lot of things can get messed up. That position is also getting messed up because we are overriding the global menus position based I have however overriden it in my latest commit for now. Also the issue you're talking about should be fixed now. |
7173c10
to
0f10145
Compare
Verified the fixes for:
But I'm still seeing the white space in the user modal Also opened an issue for the styling on the settings and custom status modals. |
@ogi-m Should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @asaadmahmood , LGTM
* 1173 - Show description fix * 1191 - Octo-block Hover fix * 1189 - Updating width of kanban header * 1172 - Updating menu in the header * Updating css * Updating menu css * Updating menu css # Conflicts: # webapp/src/styles/main.scss # webapp/src/widgets/menu/menu.scss
Summary
Focalboard UI Fixes
Ticket Link
Fixes #1189
Fixes #1182
Fixes #1173
Fixes #1172
Fixes #1191
Fixes #1197