Chat texture and status

This commit is contained in:
Mandar
2021-01-09 00:53:46 +01:00
parent 8009d2f85c
commit 47c2a2144b
10 changed files with 111 additions and 18 deletions

View File

@@ -15,7 +15,6 @@ body {
position: relative;
background: rgb(255, 250, 230) url("../assets/imgs/bg-l5r.webp") no-repeat;
background-size: cover;
overflow-y: scroll;
scrollbar-width: thin;
padding: 0;
> form,
@@ -64,6 +63,19 @@ body {
}
}
}
&.sheet,
&.npc,
&.advancement,
&.armor,
&.item,
&.peculiarity,
&.property,
&.technique,
&.weapon {
.window-content {
overflow-y: scroll;
}
}
.window-resizable-handle {
z-index: 2;
background: $black-light;