This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix nav level indentation
pull/1304/head
Still Hsu
6 years ago
parent
c5175aa7d7
commit
435fd0f440
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
docs/_template/light-dark-theme/styles/master.css
+ 11
- 0
docs/_template/light-dark-theme/styles/master.css
View File
@@ -198,4 +198,15 @@ span.arrow-r{
width: calc(100% - 15vw);
max-width: calc(100% - 15vw);
}
}
/* fix level indentation */
.level2 {
padding: 0 5px;
}
.level3 {
padding: 0 5px;
font-size: 90%;
}
Write
Preview
Loading…
Cancel
Save