Makes Fibery more comfortable to use by introducing subtle but useful changes like max-width on panels and certain views.
Fibery Fixes by okabak123
Details
Authorokabak123
LicenseNo License
Categoryhttps://*.fibery.io*
Created
Updated
Size811 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 Fibery Fixes
@version 20231112.20.56
@namespace userstyles.world/user/okabak123
@description Makes Fibery more comfortable to use by introducing subtle but useful changes like max-width on panels and certain views.
@author okabak123
@license No License
==/UserStyle== */
@-moz-document domain("fibery.io") {
div.feed_panel.index,
div.AKTree {
max-width: 1024px;
margin: 0px auto;
}
/* Test */
div.ObjectEditor {
width: 100%;
max-width: 1024px;
margin: auto;
}
/* Kanban */
/* div.board_panel {
display: flex!important;
overflow: hidden!important;
}
div.BoardCell[data-rbd-droppable-context-id="0"] {
overflow-y: auto!important;
}
div.BoardCell[data-rbd-droppable-context-id="0"]::-webkit-scrollbar {
display: none;
} */
}