Minor tweaks
JuiceMind - Standard by panderson
Details
Authorpanderson
License© 2024, Phil Anderson
Categoryjuicemind.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name JuiceMind - Standard
@version 20240307.15.50
@namespace https://userstyles.world/user/panderson
@description Minor tweaks
@author panderson
@license © 2024, Phil Anderson
==/UserStyle== */
@-moz-document domain("juicemind.com") {
/*
Style by Phil Anderson
https://teachertechsupport.blogspot.com/
*/
/* Font size in code editor */
.cm-scroller {
font-size: 1.4em !important;
}
/* Background color of code editor */
/* .cm-content {
background-color: #dbdbdb;
} */
/* Code Comment */
.ͼp {
color: #9b9dc0;
}
/* Hide the "Chat with us now" bubble */
#tawk-bubble-container {
display: none;
}
/* In progress... */
/* Reduce width of Console panel */
/*
._content_1jn4t_45 {
flex-wrap: wrap !important;
}
._root_1rv4r_1 {
width: 50% !important;
}
*/
/* Reduce width of left sidebar */
._filesSidebar_yjjeb_1 {
width: 100px;
}
._filesDropdown_yjjeb_9, ._title_yjjeb_13, ._zipFileUploadBox_1il8w_1 {
width: 100px;
}
}