Clear QR code view to bigger the session's title.
Edusign-BigTitle by valipss
Details
Authorvalipss
LicenseNo License
Categoryedusign.app
Created
Updated
Size780 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Clear QR code view to bigger the session's title.
Source code
/* ==UserStyle==
@name Edusign-BigTitle
@version 20221116.10.11
@namespace userstyles.world/user/valipss
@description Clear QR code view to bigger the session's title.
@author valipss
@license No License
==/UserStyle== */
@-moz-document domain("edusign.app") {
.header-course-info {
flex-direction: column;
}
.header-course-info .second-div {
display: none !important;
}
.header-course-info .header-divs {
width: 100% !important;
}
.header-course-info img,
.header-course-info span {
display: none;
}
.header-course-info span:first-of-type {
display: flex;
}
.header-course-info span:first-of-type b {
font-size: 72px !important;
white-space: break !important;
}
.frame h1,
.frame h1 + span {
display: none;
}
}