js: Hide menus and resize handle when printing

This commit is contained in:
Ben Harris
2022-11-26 08:55:36 +00:00
parent 115edab459
commit 19540d2ef8

View File

@ -311,6 +311,11 @@ EOF
.apology-title { .apology-title {
text-align: center; text-align: center;
} }
\@media print {
/* Interactive controls should be hidden when printing. */
#gamemenu, #resizehandle { display: none; }
}
</style> </style>
</head> </head>
<body> <body>