Expands Globiflow to full width responsive layout; dramatically increases size of flow list window.
Podio Globiflow Wide Responsive by susrichard
Details
Authorsusrichard
LicenseNo License
Categorypodio, globiflow
Created
Updated
Size766 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Podio Globiflow Wide Responsive
@version 20211111.14.52
@namespace userstyles.world/user/susrichard
@description Expands Globiflow to full width responsive layout; dramatically increases size of flow list window.
@author susrichard
@license No License
==/UserStyle== */
@-moz-document domain("workflow-automation.podio.com") {
.frame{
width:97%;
}
#mainFlowsWindow{
width:98%;
}
#mainLeft{
width:20%;
}
#mainRight{
width:80%;
}
#mainRightTop
{
height:85% !important;
}
#ptree li {
line-height:none;
}
#mainFlowsWindow{
top:66px;
bottom:0px;
}
.adminbody{
padding:0;
}
h2{
margin: 0 !important;
padding: 0 !important;
}
body{
line-height:100% !important;
}
}