Open hydescarf opened 5 months ago
Dear hydescarf,
I hope this finds you well. I wanted to extend my gratitude for the Mado theme—it has significantly enhanced my experience using Obsidian. The attention to detail and the design are truly appreciated.
I've encountered an issue where the calendar view disappears after applying the Mado theme. I understand you're not updating the theme directly anymore, but I was wondering if you might have any suggestions or snippets that could help resolve this visibility issue with the calendar plugin.
Thank you more for your time and for the excellent work on the Mado theme.
@Haqbani Can you share the name (or the link) of the plugin? I tried out with the first one in the community store but I don't see any issue on my side.
@Haqbani Can you share the name (or the link) of the plugin? I tried out with the first one in the community store but I don't see any issue on my side.
Hi hydescarf. I also want to express my appreciation for the theme. I've tried many and I alway come back to this one. It's too bad that you won't update anymore, but I understand that these things are usually side projecrts for people. i was wondering if you could give me any pointers as to why this plugin doesn't work well with Mado: https://github.com/andrewmcgivery/obsidian-ribbon-divider When I try it, the dividing line extends beyond the ribbon all the way to the right. Thanks a lot!
@jcesguerram Mostly because the icons around the edges are fine-tuned to be easier to trigger in my themes, so the default one didn't work well here.
Try this snippet below. If it didn't work, try with position:relative!important
.side-dock-actions .side-dock-ribbon-action.ribbon-divider:before {
position: relative;
}
Note that this is Mado 11 repository, not Mado Miniflow, but the following snippets can be applied to both. Feel free to adjust them to your liking.
As I won't be updating the source code directly anymore, this issue post will serve as a place for hints on certain CSS fixes for myself. It will or will not be updated in the future, and I don't accept requests anymore.
As of v16.0 update of the Obsidian App, there's a new CSS change (unknown if it's new change or fix) applied to Bullet List. Here are the snippets to edit them back to default, and an extra for the Vault change.
v1.7
v1.6
Edit: Oh geez, there's more breaking changes than I thought on v1.6 :/ Very wished that devs push these styling design update to another Major release instead. Might as well retiring the themes if these continue in the future.
Fixes to
mado-panel-link
&mado-panel-list
, and extra cssclassmado-panel-github
Other
Here's some addition snippets I was using that doesn't fit the theme naturally.
Fixes for
mado-timeline
Color reverting back to original: (Not sure why it was different, probably because of miscalculation when implementing custom bg-color)