Hide ads when printing

pull/2913/head
Gavin John 2 years ago committed by GitHub
parent d1922052aa
commit f0c184008b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,4 +106,10 @@ if (carbonOptions) {
.VPCarbonAds :deep(> div:first-of-type) { .VPCarbonAds :deep(> div:first-of-type) {
display: block; display: block;
} }
@media print {
.VPCarbonAds {
display: none;
}
}
</style> </style>

Loading…
Cancel
Save