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

Latest commit

 

History

History
31 lines (26 loc) · 842 Bytes

bigger icons in calendar view.md

File metadata and controls

31 lines (26 loc) · 842 Bytes

Bigger icons in calendar view

last tested/working: Nov 6, 2020 3:46 PM

author(s): @fabiosangregorio

before tweak after tweak
before tweak after tweak

css

/* ========== BIGGER ICONS IN CALENDAR VIEW ========== */
.notion-calendar-view .notion-record-icon {
  width: 16px !important;
  height: 16px !important;
  margin-top: 0 !important;
}
.notion-calendar-view .notion-record-icon * {
  width: 100% !important;
  height: 100% !important;
}