diff --git a/css/css.css b/css/css.css index 9a4c1b8..fab91eb 100644 --- a/css/css.css +++ b/css/css.css @@ -14,6 +14,7 @@ h2 { .select-from { font-size: 16px; } + code { word-break: break-all; word-wrap: break-word; @@ -85,6 +86,18 @@ div { transform: scale(1.3) translateZ(0); } +.contents-list { + color: black; +} + +.contents-list:hover { + color: #2a9fd6; +} + +.contents-list:before { + content: "📼" +} + .codeblock { font-family: monospace padding: 2px 4px; diff --git a/index.html b/index.html index 786603f..6cc9715 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,23 @@

What do you want to do?

-

Select from the following.

+

Click one of the following categories to see possible commands of that type:

+ + + + + + + + + + + + + + + +
@@ -1021,7 +1037,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-

View or delete metadata

+

View or strip metadata

@@ -1073,7 +1089,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-

Generate image files from a video

+

Generate image files from a video