From 26686c7f8cf47d1e773ded31bfd0cbb621e4fbd8 Mon Sep 17 00:00:00 2001 From: supisara Date: Tue, 31 May 2022 21:16:58 +0200 Subject: [PATCH] patch --- assets/css/patch.css | 30 +++++++- patch.html | 160 +++++++++++++++++++++++++++++++++++++------ 2 files changed, 166 insertions(+), 24 deletions(-) diff --git a/assets/css/patch.css b/assets/css/patch.css index 4c1672d..6804286 100644 --- a/assets/css/patch.css +++ b/assets/css/patch.css @@ -14,12 +14,38 @@ .samples li { display: flex; width: 100%; + font-size: 32px; + padding: 8px; +} + +.samples li > * { + flex-shrink: 0; +} +.samples li:nth-child(even) { + background:#efefef; + } + +.samples li button{ + background-color: white; + border: 1px solid currentColor; + padding: 4px; + width: 32px; + height: 32px; + display: inline-block; +} + +.samples li button svg{ + width: 100%; + height: 100%; } .download { margin-left: auto; + margin-right: 16px; } .samples .description { - margin: 0; -} \ No newline at end of file + margin: 0 8px; + flex-shrink: 1; + +} diff --git a/patch.html b/patch.html index 2ec7fe5..e58c647 100644 --- a/patch.html +++ b/patch.html @@ -16,27 +16,11 @@ /

Patch title

- +
@@ -44,7 +28,139 @@