From 4f25500351daee06e4467df123cac0910ecec27f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 25 Jan 2024 10:02:20 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/query.css | 52 ++++++++++++++++++++++++------------------------ css/supports.css | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/css/query.css b/css/query.css index f1734ef6..d1101404 100644 --- a/css/query.css +++ b/css/query.css @@ -2,19 +2,19 @@ .name { width: 40%; } - + .size { width: 10%; } - + .date { width: 15%; } - + .owner { width: 12%; } - + .mode { width: 15%; } @@ -24,7 +24,7 @@ .fm { height: 85%; } - + .files { height: 90%; } @@ -34,7 +34,7 @@ .fm { height: 80%; } - + .files { height: 90%; } @@ -80,7 +80,7 @@ .fm { height: 85%; } - + .files { height: 90%; } @@ -96,7 +96,7 @@ .fm { height: 75%; } - + .files { height: 90%; } @@ -108,7 +108,7 @@ .fm { height: 55%; } - + .files { height: 60%; } @@ -118,7 +118,7 @@ .panel { font-size: 26px; } - + /* текущий файл под курсором */ .current-file { background-color: var(--color-transparent); @@ -128,18 +128,18 @@ .current-file a { color: white; } - + .file::before, .file-link::before { color: rgb(26 224 124 / 56%); content: '\e80d'; } - + .current-file .file::before, .file-link::before { color: white; } - + /* меняем иконки на шрифтовые */ .mini-icon { color: rgb(246 224 124 / 56%); @@ -147,45 +147,45 @@ background-image: none; padding: 1%; } - + .size, .date, .owner, .mode { display: none; } - + .name { width: 90%; display: inline-block; } - + .directory::before, .directory-link::before { content: '\e807'; } - + .file, .file-link { background-image: none; } - + .archive, .archive-link { background-image: none; } - + .archive::before, .archive-link { color: rgb(26 224 124 / 56%); content: '\e81d'; } - + /* убираем заголовок */ .fm-header { display: none; } - + /* выводим заголовки рядом с полями */ .cmd-button { width: 20%; @@ -223,24 +223,24 @@ padding: 0; border: none; } - + .keyspanel, .panel-right { display: none; } - + .files { overflow-y: visible; } - + .current-file { box-shadow: 0 0; } - + .path-icon { display: none; } - + .mini-icon { display: none; } diff --git a/css/supports.css b/css/supports.css index cfb8cbf6..bf470c2d 100644 --- a/css/supports.css +++ b/css/supports.css @@ -2,7 +2,7 @@ .files { overflow-y: overlay; } - + .fm-header { overflow-y: hidden; }