ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
112 stars 24 forks source link

Button for opening the sidebar sometimes obscures other content #379

Closed jfarwer closed 3 years ago

jfarwer commented 4 years ago

The button which opens the sidebar sometimes obscures other content. This happens especially on smaller screen sizes. Maybe reducing the button's opacity? I did this with my local ePADD version and that worked fine. side_panel

hangal commented 4 years ago

Not sure we really want to support smaller screens, btw. There are many assumptions that might break. Easiest might be not show the icon below a screen width, or even show a generic message asking users to widen the window.

On Thu, Apr 9, 2020 at 12:14 AM jfarwer notifications@github.com wrote:

The button which opens the sidebar sometimes obscures other content. This happens especially on smaller screen sizes. Maybe reducing the button's opacity? I did this with my local ePADD version and that worked fine. [image: side_panel] https://user-images.githubusercontent.com/32103096/78819735-96e47580-79ce-11ea-90ec-b8b6ee53c36f.PNG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ePADD/epadd/issues/379, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHYSP3KWSKMEKZIGQJX3DDRLTAYBANCNFSM4MEEXJ4Q .

jfarwer commented 4 years ago

I see. The reduced opacity shouldn't do any harm and people here have found it useful. Maybe it works as a temporary solution? I have created a pull request.

jfarwer commented 4 years ago

Sorry, didn't mean to close this.