I think you misunderstood what I mean, sorry. I am trying to have my homepage, stay as a full length page, and have my reading list be able to be in cards view (which uses the full screen in reading mode), and have the rest of my notes in the normal default smaller width pages.
I’m saying that the css snippet that i’m using to create the cards view for my theme, since i’m not using Minimal (i’m using Tokyo Night) is conflicting with the other snippets in some way, and i’m not sure how to fix it.
I’m using:
-
dashboard snippet for my homepage dashboard - https://github.com/TfTHacker/DashboardPlusPlus/blob/master/.obsidian/snippets/dashboard.css
-
dashboard-ReadLineLength to only have my homepage use the full width page. https://github.com/TfTHacker/DashboardPlusPlus/blob/master/.obsidian/snippets/dashboard-ReadLineLength.css
-cards to create the dataview cards for my reading list (the conflicting plugin that makes all pages full length, even with the dashboard-ReadLineLength snippet.) Snippet so you can use Dataview Cards from Minimal theme in any theme
Hope this makes more sense, sorry.