fix: style workspace settings actions

This commit is contained in:
2026-06-04 19:34:03 +08:00
parent 767c03ba8c
commit cb6c06fdc5
6 changed files with 19 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -16,8 +16,8 @@
background: #13131f; background: #13131f;
} }
</style> </style>
<script type="module" crossorigin src="/assets/main-BKrU8NaM.js"></script> <script type="module" crossorigin src="/assets/main-HFhkxYxJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CsuqbBfE.css"> <link rel="stylesheet" crossorigin href="/assets/main-D1RMkKjM.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+13
View File
@@ -157,6 +157,19 @@
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.btn {
padding: 0.45rem 0.8rem;
border: 1px solid var(--border, #2a2a3e);
border-radius: 6px;
background: var(--surface-light, #232338);
color: var(--text, #e0e0e0);
font-size: 0.85rem;
cursor: pointer;
}
.btn:hover {
background: var(--accent, #4a7c59);
border-color: var(--accent, #4a7c59);
}
.no-data { .no-data {
color: var(--text-dim, #888); color: var(--text-dim, #888);
font-style: italic; font-style: italic;