Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rrpgLink_FrontEnd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kesaubeeire
rrpgLink_FrontEnd
Commits
75b2fbdc
You need to sign in or sign up before continuing.
Commit
75b2fbdc
authored
Oct 25, 2023
by
KesaubeEire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 修复导航栏高度变化.
parent
03b382a9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/App.svelte
src/App.svelte
+1
-1
src/Content.svelte
src/Content.svelte
+1
-1
No files found.
src/App.svelte
View file @
75b2fbdc
...
@@ -156,7 +156,7 @@
...
@@ -156,7 +156,7 @@
<input id="my-drawer-3" type="checkbox" class="drawer-toggle" />
<input id="my-drawer-3" type="checkbox" class="drawer-toggle" />
<div class="drawer-content flex flex-col">
<div class="drawer-content flex flex-col">
<!-- Navbar -->
<!-- Navbar -->
<div class="w-full navbar bg-base-300 sticky top-0 z-30">
<div class="w-full
h-[76px]
navbar bg-base-300 sticky top-0 z-30">
<div class="flex-none lg:hidden">
<div class="flex-none lg:hidden">
<label for="my-drawer-3" aria-label="open sidebar" class="btn btn-square btn-ghost">
<label for="my-drawer-3" aria-label="open sidebar" class="btn btn-square btn-ghost">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-6 h-6 stroke-current">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-6 h-6 stroke-current">
...
...
src/Content.svelte
View file @
75b2fbdc
...
@@ -470,7 +470,7 @@
...
@@ -470,7 +470,7 @@
<!-- NOTE: 加载卡片 Loading 区 -->
<!-- NOTE: 加载卡片 Loading 区 -->
{#if isSearching}
{#if isSearching}
<div class="
h-full
w-full flex justify-center items-center" transition:fade={{ delay: 0, duration: 300 }}>
<div class="w-full flex justify-center items-center" transition:fade={{ delay: 0, duration: 300 }}>
<span class="loading loading-infinity loading-lg" />
<span class="loading loading-infinity loading-lg" />
</div>
</div>
{/if}
{/if}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment