Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Chr sheet template custom code window - Save Changes button - move to above code window?

With my current setup i cannot have all of the custom char sheet code window and buttons on the screen at the same time so i am usually coding with the tab area at the top of my screen so i can switch and preview easily but the bottom of the code window is well off the bottom of the screen. I would very much like it if the Save Changes button was re-located or duplicated to be on the right hand side of the tab row, so i don't have to keep scrolling the browser window to the bottom to save. Should be a simple update for convenience?  quick mock-up Eric
1552839686
Finderski
Plus
Sheet Author
Compendium Curator
If you install stylish (or stylus, or whatever) you can use those code to make the character sheet development tab(s) easier to work with: .campaign_settings {     margin-top: -1025px; } a.btn.btn-primary {     color: white;     margin-top: -1700px;     margin-left: 500px;     z-index: 10001; } .col-md-12 h1 {     position: absolute;     top: 900px;     z-index: 10001;     left: 250px; } #customsheet-editor .tab-content {      margin-left: -400px;      display: grid;     grid-template-columns: 738px 20px 853px;     grid-template-rows: 775px;     grid-template-areas: "html-css . preview";     justify-content: start; } #customsheet-layout, #customsheet-css {      width: 1138px;     grid: html-css; } #customsheet-translation {     margin-left: -400px;      width: 1138px;     grid: html-css; }  #customsheet-preview {      margin-left: 400px;     width: 1138px;     grid: preview-trans;     display: block; }
1552841145

Edited 1552841156
Finderski said: If you install stylish (or stylus, or whatever) you can use those code to make the character sheet development tab(s) easier to work with: Definitely Stylus. Stylish does bad things for your privacy.
Oh interesting, ill have a look into that thanks. Never heard of either of those before. Thanks for the heads up Rabulius
1558170204
Roll20 Dev Team
Pro
Marketplace Creator
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .