mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Stop text2qr overflowing past window dimensions
This commit is contained in:
parent
f13f16cc5d
commit
b5507f3b80
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ div.container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qr-canvas img {
|
||||||
|
max-height: 100vh;
|
||||||
|
max-width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
div#qr-canvas {
|
div#qr-canvas {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue