mirror of
https://github.com/ankitects/anki.git
synced 2025-12-05 10:57:11 -05:00
- negative margins result in truncated text when the window size is reduced, so avoid them - having a 100% table inside a flexbox is not responsive - the table does not adjust its size as the width is increased or decreased - in order to look decent on narrow screens (eg phones), we allow margin collapsing - in order to look decent on wide screens, we limit the maximum width to something that is readable - hide some columns in portrait mode on narrow screens I tried preserving the centering with margin-left/right: auto, but could not get it looking right, so have had to move things back to left alignment. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| card-info-base.scss | ||
| card-info.html | ||
| CardInfo.svelte | ||
| index.ts | ||
| lib.ts | ||
| Revlog.svelte | ||
| tsconfig.json | ||