Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme_overrides.css « css « static « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85f65e95b2c5219c2ea2f9a47d2b6ed1848d2454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Prevent Long enum lists */
.field-body {
   display: block;
   width: 100%;
   max-height: 245px;
   overflow-y: auto !important;
}

/* Hide home icon in search area */
.wy-side-nav-search > a:hover {background: none; opacity: 0.9}
.wy-side-nav-search > a.icon::before {content: none}

.wy-nav-content {
    max-width: 1000px !important;
}