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.
|
||||
- Added "send to chat" header buttons on sheets for :
|
||||
- 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.
|
||||
- The link behavior is :
|
||||
- World items and Compendiums : Direct link
|
||||
@@ -20,8 +20,9 @@
|
||||
- Weapons:
|
||||
- Chair, lute, sake bottle and cups, and scroll case use the "Unarmed skill".
|
||||
- Changed the umbrella's stab grip to be 2-handed.
|
||||
- Techniques :
|
||||
- School Cursus :
|
||||
- "Utaku Battle Maiden": Replaced "Striking as Air" with "Courtier's Resolve".
|
||||
- Techniques :
|
||||
- "Disappearing World Style": Ring used changed from "air" to "fire".
|
||||
- "Lord Hida's Grip": Added the "(Crab)" 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 {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
thead tr > th {
|
||||
background: rgba(186, 187, 177, 0.9);
|
||||
position: sticky;
|
||||
z-index: 2;
|
||||
top: 0;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #5a6e5a50;
|
||||
|
||||
Reference in New Issue
Block a user