Gm Monitor : added a sticky table header
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
- By default, or if the list is empty, all assigned characters will fill it.
|
- By default, or if the list is empty, all assigned characters will fill it.
|
||||||
- Added "send to chat" header buttons on sheets for :
|
- Added "send to chat" header buttons on sheets for :
|
||||||
- Item : Image and description
|
- Item : Image and description
|
||||||
- Actor : Image and Public description
|
- Actor : Image and public description
|
||||||
- Journal : Image and description, or full image if no text, or only description if no image.
|
- Journal : Image and description, or full image if no text, or only description if no image.
|
||||||
- The link behavior is :
|
- The link behavior is :
|
||||||
- World items and Compendiums : Direct link
|
- World items and Compendiums : Direct link
|
||||||
@@ -20,8 +20,9 @@
|
|||||||
- Weapons:
|
- Weapons:
|
||||||
- Chair, lute, sake bottle and cups, and scroll case use the "Unarmed skill".
|
- Chair, lute, sake bottle and cups, and scroll case use the "Unarmed skill".
|
||||||
- Changed the umbrella's stab grip to be 2-handed.
|
- Changed the umbrella's stab grip to be 2-handed.
|
||||||
|
- School Cursus :
|
||||||
|
- "Utaku Battle Maiden": Replaced "Striking as Air" with "Courtier's Resolve".
|
||||||
- Techniques :
|
- Techniques :
|
||||||
- "Utaku Battle Maiden": Replaced "Striking as Air" with "Courtier's Resolve".
|
|
||||||
- "Disappearing World Style": Ring used changed from "air" to "fire".
|
- "Disappearing World Style": Ring used changed from "air" to "fire".
|
||||||
- "Lord Hida's Grip": Added the "(Crab)" prerequisite in title.
|
- "Lord Hida's Grip": Added the "(Crab)" prerequisite in title.
|
||||||
- "Lord Shiba's Valor": Added the "(Phoenix)" prerequisite in title.
|
- "Lord Shiba's Valor": Added the "(Phoenix)" prerequisite in title.
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -771,6 +771,12 @@ button {
|
|||||||
form {
|
form {
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
thead tr > th {
|
||||||
|
background: rgba(186, 187, 177, 0.9);
|
||||||
|
position: sticky;
|
||||||
|
z-index: 2;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
border: 1px solid #5a6e5a50;
|
border: 1px solid #5a6e5a50;
|
||||||
|
|||||||
Reference in New Issue
Block a user