AnubisNekhet / AnuPpuccin

Personal theme for Obsidian
GNU General Public License v3.0
2.13k stars 161 forks source link

fix padding asymmetry between vertical tabs in card layout #286

Closed DomizianoScarcelli closed 4 months ago

DomizianoScarcelli commented 4 months ago

There was an asymmetry in the space at the center of two tabs when they were stacked in a vertical layout (in the card layout), since each tab had a padding on both the left and right, and so the center one would accumulate.

This is the screenshot before: Screenshot 2024-06-05 at 12 40 46 PM And these are some screenshot after: Screenshot 2024-06-05 at 12 40 03 PM Screenshot 2024-06-05 at 12 42 16 PM Screenshot 2024-06-05 at 12 42 25 PM

Now the vertical spacing on the left and right side is equal to the one in the center. If this can drive other people crazy apart from me, consider to merge it! Thanks for the amazing theme btw 🔥

AnubisNekhet commented 4 months ago

Thank you so much for your contribution!