Skip to content

KanbanFlow minimalistic by tkarabela

Details

Authortkarabela

LicenseNo License

Categorykanbanflow

Created

Updated

Size425 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduced header in KanbanFlow board

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         KanbanFlow minimalistic
@version      20211128.21.44
@namespace    userstyles.world/user/tkarabela
@description  Reduced header in KanbanFlow board
@author       tkarabela
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://kanbanflow.com/board") {
.header-logoImg {
  display: none;
}

#board-wrapper {
  top: 70px;
}

#header {
  height: 25px;
  font-size: 70%;
}
}

Reviews

No reviews yet.