Remove item viewer constraints#18
Remove item viewer constraints#18parksb merged 3 commits intocollie-reader:mainfrom byfnoel:larger-item-viewer
Conversation
This change allows the item viewer panel to take approximately 3/4 of the screen.
The app was failing to build on mac. I update the dependencies that was causing the issues.
|
cc: @parksb |
src/styles/Items.css
Outdated
| } | ||
|
|
||
| div.items-page div.item-list > ul { | ||
| div.items-page div.item-list>ul { |
There was a problem hiding this comment.
Could you revert the whitespace changes in this file?
There was a problem hiding this comment.
Thank you for the review @parksb. The whitespaces applied automatically based on my editor settings.
Do you want me to revert the whitespaces back to how it was on my initial commit or you don't want whitespaces at all?
For example:
Do you want A:
8000
div.items-page div.item-list > ul {
or B:
div.items-page div.item-list>ul {
There was a problem hiding this comment.
I meant that you should add spaces on both sides of the >, like A.
There was a problem hiding this comment.
Thank you! I think it should be fine now.
|
Thank you :) |
|
Happy this was merged! |
This change allows the item viewer panel to take approximately 3/4 of the screen.
See this commit for context.