Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 728 Bytes

smaller table column header icons.md

File metadata and controls

29 lines (24 loc) · 728 Bytes

Smaller table column header icons

last tested/working: Oct 1, 2020

author(s): @dragonwocky

before tweak after tweak
before tweak after tweak

css

/* ========== SMALLER TABLE COLUMN HEADER ICONS ========== */
[style^='display: flex; position: absolute; background: rgb(47, 52, 55); z-index: 82; height: 33px; color: rgba(255, 255, 255, 0.6);']
  div:nth-child(1)
  svg {
  height: 10px !important;
  width: 10px !important;
  margin-right: -4px;
}