Skip to content

Instantly share code, notes, and snippets.

@Qteb
Qteb / style.css
Created February 9, 2017 13:18
Custom CSS styles for YouTrack
.youtrack-issues__issue-info {
display: inline;
}
.widget__content {
padding: 8px;
height: calc(100% - 26px);
}
.youtrack-report__chart_full-height {
height: calc(100% - 40px);
}
// ==UserScript==
// @name AlfaBankCustoms
// @namespace https://gist.github.com/Qteb/44829b16ff262f1748005b9bd52f5d46
// @updateURL https://gist.github.com/Qteb/44829b16ff262f1748005b9bd52f5d46/raw/AlfaBankCustoms.user.js
// @downloadURL https://gist.github.com/Qteb/44829b16ff262f1748005b9bd52f5d46/raw/AlfaBankCustoms.user.js
// @version 0.1
// @author Qteb
// @match https://click.alfabank.ru/*
// @grant none
// ==/UserScript==