Fixes the buttons on mobile for cyberq
Cyber Quotient Button Fix by nova38
Details
Authornova38
LicenseNo License
Categorycyberq.eccouncil.org/examprep
Created
Updated
Size406 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cyberq.eccouncil.org - 11/25/2022, 4:24:53 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://cyberq.eccouncil.org/examprep/ExamPreps/ExamPrep_ProgressiveTest.aspx#") {
/* Insert code here... */
input {
margin-left: unset !important;
}
}