Skip to content

teamtailor.com - Full Width Candidates by mark-goodall

Details

Authormark-goodall

LicenseNo License

Categoryteamtailor.com

Created

Updated

Size758 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A Quick CSS Change to make the candidates appear full width

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           teamtailor.com - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.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%;
}


}

Reviews

No reviews yet.