Expands the task selection window to 85% of the screen area.
Растягивает окно выбора задач до 85% от ширины экрана.
Authorcerberuzzz
LicenseNo License
Categorytimetta.com
Created
Updated
Size446 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Expands the task selection window to 85% of the screen area.
Растягивает окно выбора задач до 85% от ширины экрана.
/* ==UserStyle==
@name Wide task selection window
@version 20231107.19.00
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://app.timetta.com/") {
div.expanding-area.disable-selecting {
position: fixed;
width: 75%;
z-index: 1031;
}
table.table.table-bordered.data > tbody > tr > td {
height: 80vh !important;
}
div#clients-container,
div#projects-container,
div#tasks-container {
height: 100% !important;
}
}