realm mongodb functions widesreen
realm mongodb functions widesreen by sohibegit
Details
Authorsohibegit
LicenseNo License
Categoryrealm mongodb functions widesreen
Created
Updated
Code size2.9 kB
Code checksum7f0e0e54
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name realm mongodb functions widesreen
@version 20220220.13.17
@namespace userstyles.world/user/sohibegit
@description realm mongodb functions widesreen
@author sohibegit
@license No License
==/UserStyle== */
@-moz-document domain("mongodb.com") {
.page-content-is-fullscreen .function-editor-add-dependency-button {
display: none;
}
.page-content-is-fullscreen .section-header {
display: none;
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div:nth-child(1) {
display: none;
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div.function-editor-fullscreen {
top: 0;
height: calc(100vh - 30px);
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div.function-editor-fullscreen {
display: unset;
position: unset;
flex-direction: unset;
width: unset;
min-height: unset;
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div.function-editor-fullscreen > div.function-editor-source-editor-container {
width: 70%;
float: left;
height: calc(100vh - 30px);
flex: unset;
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div.function-editor-fullscreen > div.debug-console-container {
width: 30%;
float: right;
height: calc(100vh - 30px);
display: unset;
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div.function-editor-fullscreen > div.debug-console-container > div > div.debug-console-drawer-content > div {
height: calc(100vh - 30px);
}
.page-content-is-fullscreen #debugConsole > div.ace_scroller > div {
height: calc(100vh - 30px) !important;
}
.page-content-is-fullscreen #debugConsole > div.ace_scroller {
height: calc(100vh - 30px) !important;
}
.page-content-is-fullscreen #debugConsole {
height: calc(100vh - 30px) !important;
}
.page-content-is-fullscreen #debugResult {
height: calc(100vh - 30px) !important;
}
.page-content-is-fullscreen #edit-function > div.tb-loading-wrapper > div.function-editor-fullscreen > div.debug-console-container > div > div.debug-console-drawer-content > div > div {
height: calc(100vh - 30px) !important;
}
.page-content-is-fullscreen #functions {
max-width: 100%
}
body > div.intercom-lightweight-app{
opacity: 0.1
}
#app > div > div > div.page-content > div.section-header.section-header-has-tabs > div{
display: none
}
#app > div > div > div.page-content > div.section-header.section-header-has-tabs > ul{
margin-top: 0px;
padding-top: 0px;
}
#app > div > div > div.page-content > div.section-header.section-header-has-tabs{
margin-top: 0px;
padding-top: 0px;
}
#app > div > div > div.page-content > div.graphql-explore-page > div.form-row{
margin: 0px;
padding: 0px;
}
}