mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
minor fixes
This commit is contained in:
parent
adb99e9ce1
commit
8e692b013b
@ -1229,6 +1229,7 @@ footer {
|
|||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
|
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
|
||||||
|
background-clip: text;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -86,6 +86,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
{#if showInfo}
|
{#if showInfo}
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
<div class="info-panel" on:mouseleave={() => (showInfo = false)}>
|
<div class="info-panel" on:mouseleave={() => (showInfo = false)}>
|
||||||
<div class="info-content">
|
<div class="info-content">
|
||||||
<pre class="ascii-art">{ASCII_ART}</pre>
|
<pre class="ascii-art">{ASCII_ART}</pre>
|
||||||
|
@ -221,23 +221,6 @@
|
|||||||
box-shadow: 0 0 0 2px color-mix(in srgb, var(--blue) 25%, transparent);
|
box-shadow: 0 0 0 2px color-mix(in srgb, var(--blue) 25%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-clear {
|
|
||||||
padding: 6px 12px;
|
|
||||||
background: var(--surface0);
|
|
||||||
border: 1px solid var(--surface1);
|
|
||||||
border-radius: 6px;
|
|
||||||
color: var(--text);
|
|
||||||
font-size: 12px;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: all 0.2s ease;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-clear:hover {
|
|
||||||
background: var(--surface1);
|
|
||||||
border-color: var(--surface2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagination-controls {
|
.pagination-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user