We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set min-size on annotation pannel
The text was updated successfully, but these errors were encountered:
We can set minWidth to the annot' panel because this value is hardcoded there : https://github.com/SCENE-CE/mirador-video/blob/fbee524cc22ce67c29aa21efa91b58e811c762d3/src/components/CompanionWindow.js#L122
minWidth
I don't understand why it's hardcoded there because it's also set in the theme there : https://github.com/SCENE-CE/mirador-video/blob/fbee524cc22ce67c29aa21efa91b58e811c762d3/src/config/settings.js#L207
And Rnd isn't a MUI component so I can override this value with theme.
I see 3 solutions there :
Sorry, something went wrong.
No branches or pull requests
Set min-size on annotation pannel
The text was updated successfully, but these errors were encountered: