From babd8a76e36c3c792a36e2019283f4ebf290202b Mon Sep 17 00:00:00 2001 From: Yeban8090 Date: Sat, 19 Apr 2025 10:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=961.0.7=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- src/styles/view/tool-bar.css | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d33166a..37a54cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Note to RED 一键将 Obsidian 笔记转换为小红书图片格式的插件。 -![downloads](https://img.shields.io/badge/downloads-1K-brightgreen) ![version](https://img.shields.io/badge/version-1.0.6-blue) ![license](https://img.shields.io/badge/license-MIT-green) [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-支持作者-yellow)](https://ko-fi.com/bruceyeban) +Downloads Badge +version +license +[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-支持作者-yellow)](https://ko-fi.com/bruceyeban) ## 功能特点 - 📝 使用二级标题分割内容,每个标题自动生成一张配图 diff --git a/src/styles/view/tool-bar.css b/src/styles/view/tool-bar.css index 98a3e77..03b9631 100644 --- a/src/styles/view/tool-bar.css +++ b/src/styles/view/tool-bar.css @@ -81,11 +81,13 @@ margin: 0 20px 0 10px; flex: none ; } +.red-controls-group .red-like-button { + flex: none; +} .red-controls-group .red-export-button { background-color: var(--text-accent); color: var(--text-on-accent); - border: none; } .red-controls-group .red-export-button:hover { color: var(--text-on-accent);