|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
// GitHub CSS fixes
|
|
|
|
|
// version 1.2
|
|
|
|
|
// version 1.3
|
|
|
|
|
// 2022-06-04
|
|
|
|
|
// Copyright (c) 2021 Created by Georgios Sokianos
|
|
|
|
|
// Released under the GPL license
|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
// @namespace none
|
|
|
|
|
// @description Fixes css in GitHub
|
|
|
|
|
// @include https://github.com/*
|
|
|
|
|
// @version $VER: GitHub CSS fixes 1.2 (04.06.2022)
|
|
|
|
|
// @version $VER: GitHub CSS fixes 1.3 (03.11.2022)
|
|
|
|
|
// @url https://ko-fi.com/walkero
|
|
|
|
|
// ==/UserScript==
|
|
|
|
|
|
|
|
|
@ -52,6 +52,7 @@ div.Layout-main .Box-header, \
|
|
|
|
|
div.Layout-main .Box { border-color: #c1c1c1 !important; } \ |
|
|
|
|
div.js-details-container div.Box-row { border-color: #c1c1c1; clear: both; } \ |
|
|
|
|
.header-search input.header-search-input { float: left; border: 1px solid #c1c1c1; color: black; } \ |
|
|
|
|
.Overlay--hidden.Overlay-backdrop--center {display: none !important;} \ |
|
|
|
|
'; |
|
|
|
|
|
|
|
|
|
var head = document.head || document.getElementsByTagName('head')[0], |
|
|
|
|