Moves both expand arrows to the top of the toolbar
Move expand buttons up by freakrho
Details
Authorfreakrho
LicenseNo License
Categoryapp.hacknplan.com
Created
Updated
Size759 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 Move expand buttons up
@version 20231013.17.44
@namespace userstyles.world/user/freakrho
@description Moves both expand arrows to the top of the toolbar
@author freakrho
@license No License
==/UserStyle== */
@-moz-document domain("hacknplan.com") {
.board-left-panel-expand {
top: 50px;
}
.application-side-menu-footer {
top: 50px;
}
.application-side-menu-body {
top: 100px;
}
.board-left-panel-expand a, .board-left-panel-expand span {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.board-left-panel-list {
top: 90px;
bottom: 0px;
}
.application-content.visible-footer {
bottom: 0px;
}
.custom-card-panel-scroll {
bottom: 0px !important;
}
}