poll.horse/frontend/static/css/vote.css
Wolvan 26a42333fe Add QR Code to poll pages
This way, people can easily just use their QR readers to reach the
voting page. The QR is constructed via Google Charts API and the URL is
based on the HOST header of the request.
2022-01-30 16:49:05 +01:00

7 lines
No EOL
110 B
CSS

aside#qrcode {
position: absolute;
top: 0px;
right: -210px;
width: 200px;
height: 200px;
}