Skip to content

Commit cf9c803

Browse files
committed
[docs] Improve spacing of elements
1 parent d4a55ca commit cf9c803

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

icons/icon_128.png

-4.45 KB
Binary file not shown.

icons/icon_16.png

-148 Bytes
Binary file not shown.

icons/icon_24.png

-581 Bytes
Binary file not shown.

icons/icon_256.png

-8.59 KB
Binary file not shown.

icons/icon_32.png

-1.57 KB
Binary file not shown.

icons/icon_48.png

-1.98 KB
Binary file not shown.

icons/icon_64.png

-2.57 KB
Binary file not shown.

website/overrides/main.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
{% else %}
77
<a href="{{ nav.homepage.url|url }}">
88
{% endif %}
9-
{% if page.is_index %}
10-
🎥 {{ config.site_name }}
11-
{% else %}
12-
<img src="{{ config.theme.logo|url }}" class="logo" alt="{% trans %}Logo{% endtrans %}"/>
13-
{% endif %}
9+
<img src="{{ config.theme.logo|url }}" class="logo" id="side-nav-logo" alt="{% trans %}Logo{% endtrans %}"/>
1410
</a>
1511
{% endblock %}

website/pages/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

2+
23
<img alt="PySceneDetect" src="img/pyscenedetect_logo_small.png" />
34

45
<div class="important">
56
<h3 class="wy-text-neutral"><span class="fa fa-info-circle wy-text-info"></span>&nbsp; Latest Release: <b>v0.6.7</b> (August 24, 2025)</h3>
67
<a href="download/" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Download</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="changelog/" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-reorder"></span>&nbsp; <b>Changelog</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="docs/latest/" class="btn btn-warning" style="margin-bottom:8px;" role="button"><span class="fa fa-gear"></span>&nbsp; <b>Documentation</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="cli/" class="btn btn-danger" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Getting Started</b></a>
7-
<br/>
8-
See the changelog for the latest release notes and known issues.
98
</div>
109

1110
**PySceneDetect** is a tool for **detecting shot changes in videos** ([example](cli.md)), and can **automatically split the video into separate clips**. PySceneDetect is free and open-source software, and has several [detection methods](features.md#detection-methods) to find fast-cuts and threshold-based fades.

website/pages/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@
1818
padding:4px 6px;
1919
margin-bottom:.809em;
2020
max-width:100%
21+
}
22+
23+
24+
#side-nav-logo {
25+
margin-bottom: -1em;
2126
}

0 commit comments

Comments
 (0)