readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

Add sidebar wrapper to fix cards margin bug #491

Closed agjohnson closed 1 week ago

agjohnson commented 1 week ago

Drop unnecessary .ui.cards wrapper and use .ui.fluid.card

There is space between notifications and the sidebar now, which was a buggy use of .ui.cards > div > .ui.card. Using div > .ui.fluid.card without .ui.cards is better.

.ui.fluid.card also consumes the horizontal space to the right. And normal .ui.card has a set width and doesn't fill horizontally.

The corner lines up nicely now.

image