A Quick CSS Change to make the candidates appear full width
teamtailor.com - Full Width Candidates by mark-goodall
Details
Authormark-goodall
LicenseGNU GPLv3
Categoryteamtailor.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name teamtailor.com - Feb 2024
@namespace github.com/openstyles/stylus
@version 2.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("teamtailor.com") {
/* teamtailor-51647875b8496be328ae37ddfa34a010.css | https://assets.teamtailor-cdn.com/assets/ember/assets/teamtailor-51647875b8496be328ae37ddfa34a010.css */
.max-w-\[1340px\] {
/* max-width: 1340px; */
max-width: 100%;
}
.candidate-modal .resume .resume-wrapper,
.candidate-modal-media .resume .resume-wrapper,
.candidate-modal-media-with-sidebar .resume .resume-wrapper,
.candidates.show .resume .resume-wrapper,
.candidates.show-media .resume .resume-wrapper {
/* max-width: 640px; */
max-width: 100%;
}
/* teamtailor-55d3c8e90d7389d93fa3d8126d777fa4.css | https://assets-aws.teamtailor-cdn.com/assets/ember/assets/teamtailor-55d3c8e90d7389d93fa3d8126d777fa4.css */
@media (min-width: 1928px) {
.min-\[1928px\]\:max-w-\[1800px\] {
max-width: 100%;
}
}
.w-full {
width: 100%;
}
.max-w-\[880px\] {
max-width: 100%;
}
}