[bugfix/Chore] Plugins: Fix the bug that localization and the description can't see form latest information.

Add gap between labels and controller component.
This commit is contained in:
Sakamoto Shiina
2025-04-27 02:27:25 +09:00
parent e3b75f2cfb
commit 7cdd3f8603
3 changed files with 3 additions and 9 deletions

View File

@@ -71,8 +71,6 @@ const PluginDownloadContainer = () => {
// Duplicate
const is_failed_to_fetch = currentFetchedPluginsInfo.state === "error";
const is_fetching = currentFetchedPluginsInfo.state === "pending";
console.log(sorted_plugins_data);
return (
<div className={styles.plugins_list_container}>

View File

@@ -16,6 +16,7 @@
justify-content: space-between;
align-items: center;
padding: 2rem;
gap: 2rem;
&:not(:last-child) {
border-bottom: 0.1rem solid var(--dark_750_color);
}