-
Notifications
You must be signed in to change notification settings - Fork 185
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
Flashcards not displayed on iPhone #1134
Comments
In the new version the plugin is still unusable on mobile devices. I will revert to some old versions. Please could you confirm you are able to reproduce the bug? |
Hi,
I'll try fix this as soon as I can. I'm traveling for the next week or so though. |
The new CSS makes no sense to me. It is not helpful. Even on the desktop, the screen is now too small. Fortunately it is easy to overwrite the settings. What was the reason for this change, which reduces the functionality for everyone who uses the plugin seriously? Probably the new settings are helpful for those who have very little content in the flashcards. And course, thank you for looking into it! I now how much time and passion you put it into it. But this step goes in the wrong direction, in my opinion. |
The CSS style is even hardcoded: |
Here is the fix for everybody who like me dislike the new settings. Add this to your custom css settings in Obsidian: #sr-modal {
width: 90% !important;
max-width: 100% !important;
} |
Describe the bug
The flashcards are not visible or just very poorly visible on the iPhone. I am running version 1.13.1
To Reproduce
Open any flash cards or just the list of decks
Expected behavior
Just to see the flash card full screen
Screenshots
OS of your device
iPhone
Obsidian version
1.6.7
Plugin version
1.13.1
Installer version
No response
Additional context
No response
Config file
No response
The text was updated successfully, but these errors were encountered: