Skip to content

Personio Attendance by wout

Details

Authorwout

LicenseGPLv3

Categorypersonio.de

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove whitespace from Personio

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Personio Attendance
@version      20230126.17.18
@namespace    userstyles.world/user/wout
@description  Remove whitespace from Personio
@author       wout
@license      GPLv3
==/UserStyle== */

@-moz-document url-prefix("https://riskident.personio.de/attendance/") {
@version "0.0.1"

        
div.block.full {
    padding: 0;
}

div#employee-details-page-tab-content.tab-pane.active.personio-max-width.center-block.padding-20 {
    padding: 0;
}

div#attendance {
    margin: 0 !important;
}

div.AttendancePage-module__filter___nqSwi {
    margin: 0;
}

div.MonthNavigation-module__2d3tHl-2__v2-5-8.MonthNavigation-module__1RldgTqk__v2-5-8 {
    padding: 0;
}

div.Day-module__timeFrames___HuS2U.Day-module__dayEntryStyle___FeNJ1 {
    margin: 0;
    display: none;
}

div.WorkStatus-module__wrapper___qc58N.WorkStatus-module__workTime___eRJ1C.WorkStatus-module__dayEntryStyle___IEfdm {
    margin: 0;
}

div.Day-module__contents___KHUD3 {
    min-height: 0;
}

div.WorkStatusTag-module__workStatusBlock___GpOn1.WorkStatusTag-module__dayEntryStyle___R0MaR {
    margin: 0;
}

div.Day-module__tickerSpacing___j1sOx {
    margin-top: 5px;
    margin-bottom: 0px;
}

div.Widget-module__wrapper___xmbJe {
    padding: 5px;
}

div.AttendancePage-module__header___cbl1Z {
    margin: 10px;
}

div.EmployeeHeader-module__container___KvV2O {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 0;
}

.employee-header-mfe-root {
    height: 140px;
}
}

Reviews

No reviews yet.