/* ==========================================================================
   ETHNOS R271 — TCHAT 1280x720 — CALIBRATION PIXELS VISUELS SUR CAPTURE

   Mesure directe de la capture utilisateur R270 :
   - dernier pixel visible bouton : y=275
   - trait visible              : y=281-282
   - premier pixel visible titre: y=289

   Etat observé :
   - 5 pixels visuels vides avant le trait
   - 6 pixels visuels vides après le trait

   Cible :
   - 4 pixels visuels vides avant
   - 4 pixels visuels vides après

   Correction locale :
   - padding-bottom 5px -> 4px  (trait remonte de 1 px)
   - top du titre 1px -> -1px   (titre remonte de 2 px relativement au trait)

   1366x768 / 1536x864 / autres formats : NON TOUCHES.
   ========================================================================== */

html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonQuickSearch{
  padding-bottom:4px !important;
}

html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel
.salonDeepSearch > .salonExplorerSectionHead{
  position:relative !important;
  top:-1px !important;
  margin-top:0 !important;
  transform:none !important;
}
