mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 10:10:19 +00:00
333d7fe532
- add space char seperators and create groups of 4 chars - use monospace font - increase the size of the codes slightly Bug: T150907 Change-Id: Idb99f48b2d9eae6acacca80be61203ca6404782c
10 lines
151 B
CSS
10 lines
151 B
CSS
.client-nojs .mw-display-qrcode {
|
|
display: none;
|
|
}
|
|
|
|
kbd {
|
|
font-family: monospace, monospace;
|
|
white-space: nowrap;
|
|
font-size: larger;
|
|
}
|