Anki/build/configure/src
Damien Elmes 7686cb8de8
Fix misaligned image occlusions (#2512)
* Cloze styling is not required in I/O notetype

* Use raw string for IO template

* Rename to notetype.css and use more specific ids

* Move internal i/o styling into runtime

Storing it in the notetype makes it difficult to make changes, and
makes it easier for the user to break.

* Fix misaligned occlusions

At larger screen sizes, the canvas was not increasing above its configured
size, so it ended up being placed top center instead of expanding to fit
the entire container area.

To resolve this, both the image and canvas are forced to the container
size, and the container is constrained to the size of the viewport,
with the same aspect ratio as the image.

Closes #2492
2023-05-23 11:59:50 +10:00
..
aqt.rs Add missing Qt styles for disabled state (#2386) 2023-02-20 18:27:12 +10:00
bundle.rs Automatically add NSIS plugins as part of the bundle process 2023-05-20 10:49:00 +10:00
main.rs Anki version needs to be resolved at configure run time, not build time 2023-02-22 15:58:38 +10:00
platform.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
proto.rs Use a ninja variable for Protoc binary (#2345) 2023-01-23 20:44:47 +10:00
pylib.rs Anki version needs to be resolved at configure run time, not build time 2023-02-22 15:58:38 +10:00
python.rs Revert Windows build to Qt 6.4; update to 6.4.3 2023-04-14 12:05:34 +10:00
rust.rs Add Rust bin to deprecate unused ftl entries (#2364) 2023-02-07 11:56:14 +10:00
web.rs Fix misaligned image occlusions (#2512) 2023-05-23 11:59:50 +10:00