0.0.9: finish css.

This commit is contained in:
2025-08-23 14:17:03 +08:00
parent f19edcc121
commit 29d9964d8f
3 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ git clone https://git.licsber.site/ruby/open_explorer
## ChangeLog
```
250823周六0.0.8)修改按钮出现位置;优化样式
250823周六0.0.9)修改按钮出现位置;优化样式
250823周六0.0.1)基础功能
```

View File

@@ -19,7 +19,7 @@
<style>
.archive-button {
font-weight: 600;
padding: 4px 6px;
padding: 4px 10px 4px 6px;
background: #333;
color: white !important;
border-radius: 8px;
@@ -53,7 +53,8 @@
}
.archive-icon {
font-size: 20px;
margin-bottom: 2px;
font-size: 18px;
transition: transform 0.3s ease;
}

View File

@@ -2,7 +2,7 @@ Redmine::Plugin.register :open_explorer do
name 'Open Explorer plugin'
author 'licsber'
description 'Open archive path using explorer.'
version '0.0.8'
version '0.0.9'
url 'https://git.licsber.site/ruby/open_explorer'
author_url 'https://licsber.site'
end