html markup visual - make full screen .
html markup visual - make full screen by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorywordtohtml.net
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 html markup visual - make full screen
@version 20241210.22.57
@namespace English
@description html markup visual - make full screen .
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("wordtohtml.net") {
/* ==UserStyle==
@name html markup visual - make full screen
@description html markup visual - make full screen.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom?page=1&sort=newest
*/
#topInfo{display:none;}
html #visualEditor {
position: relative;
padding-right: 0px;
height: 2000px;
}
html #visualEditor .fr-box {
height: 1700px;
}
html #visualEditor .fr-wrapper{
height: 1500px !important ;
}
}