This one is a companion to the Compact Macro Bar style above. It makes most of the same style changes in order to make the bar more compact, changing this:
Roll20 More Compact Token Action ToolBar by keithcurtis1
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/177227.user.css
Details
Authorkeithcurtis1
LicenseNO-REDISTRIBUTION
Categoryroll20
Created
Updated
Size732 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Make sure that the style runs on the indicated regexp.
.://((app.|)roll20.net([/]?|/editor.|))
Source code
/* ==UserStyle==
@name Roll20 More Compact Token Action ToolBar
@namespace USO Archive
@author Keith Curtis
@description `This one is a companion to the Compact Macro Bar style above. It makes most of the same style changes in order to make the bar more compact, changing this:`
@version 20191114.3.43
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document regexp(".*:\\/\\/((app\\.|)roll20\\.net([\\/]?|\\/editor.*|))$") {
#secondary-toolbar .tokenactions .btn, .btn.btn-default {
padding: 0px 3px 0px 3px;
margin-top: 2px;
margin-bottom: 0px;
margin-right: 1px;
}
#secondary-toolbar {
background-color: rgba(0, 0, 0, 0.44) !important;
}
}