From 594f04dd19cad74ffcb5ce647925ff2bdf85600a Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 30 Dec 2021 16:28:41 +0000 Subject: some styling --- resources/index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/resources/index.html b/resources/index.html index 6478301..1eecfe0 100644 --- a/resources/index.html +++ b/resources/index.html @@ -155,6 +155,37 @@ .bd-red { background-color: red } .bd-yellow { background-color: yellow } .bd-blue { background-color: blue; color: white } + + input[type=range] { + width: 100%; + transform: scaleY(5); + } + + #files { + width: 100%; + overflow-x: scroll; + } + + #files ul { + width: min-content; + margin-top: 0; + font-size: 50%; + list-style-type: none; + } + + #path-list { + display: flex; + } + #path-list li::before { + content: '/'; + } + #path-list li:first-child::before { + content: ''; + } + + li.dir::marker { content: '📁' } + li.dir::after { content: '/' } + li.file::marker { content: '🎞️' } -- cgit v1.2.3