mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-16 23:20:14 +00:00
spell + filtering + urlParams
This commit is contained in:
parent
d872002ee9
commit
da1547ab88
40 changed files with 1448 additions and 89 deletions
|
|
@ -5,6 +5,9 @@ h1 {
|
|||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
padding-top: 64px;
|
||||
margin-top: -64px;
|
||||
|
||||
a.header-anchor {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
7
docs/.vuepress/theme/styles/_tables.scss
Normal file
7
docs/.vuepress/theme/styles/_tables.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.v-data-table {
|
||||
&.width-auto {
|
||||
table {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
@import "colors";
|
||||
@import "anchors";
|
||||
@import "tables";
|
||||
|
||||
.srd {
|
||||
.content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue