Skip to content

fathom analytics widescreen mode by chemix

Details

Authorchemix

LicenseMIT

Categoryfathomanalytics, widescreen,

Created

Updated

Size920 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks for "All Site Dashboard". When you have more than 4 sites and have you a wide screen this is sollution for you.

Notes

init commit :)

Source code

/* ==UserStyle==
@name         fathom analytics widescreen mode
@version      20220414.05.08
@namespace    userstyles.world/user/chemix
@description  Tweaks for "All Site Dashboard". When you have more than 4 sites and have you a wide screen this is sollution for you.
@author       chemix
@license      MIT
==/UserStyle== */

@-moz-document domain("app.usefathom.com") {
/* BASE */

:root {
 --font-size-base:  10px;
}

.rapper-xl {
  max-width: 100%;
}

/* GRID */

fa-grid, .grid, .form-grid {
  grid-template-columns: repeat(24, 1fr);
}

.col8cols {
  grid-column: span 6;
    text-align: right;
}

/* DETAILS */

.site-details,
.site-details span {
  font-size: 12px;  
}

.site-details {
  opacity: 0.4;
    
}

.site-details {
  margin-top: -180px;
  margin-left: 20px
}

.site-details fa-cell {
  padding: 0;
}

fa-cell.site-view {
  min-height: 200px;
  max-height: 330px;
}

.text-tag {
    display: none;
}

}

Reviews

No reviews yet.