mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
limit images in editor to the field size
This commit is contained in:
parent
1c2c1a62c6
commit
dfbe5dbfa8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ _html = """
|
|||
}
|
||||
.fname { font-size: 12px; vertical-align: middle; padding: 0; }
|
||||
#dupes { font-size: 12px; }
|
||||
img { max-width: 150; max-height: 150; }
|
||||
img { max-width: 100%%; max-height: 90%%; }
|
||||
body { margin: 5px; }
|
||||
</style><script>
|
||||
%s
|
||||
|
|
Loading…
Reference in a new issue