This commit is contained in:
rwanoux
2024-11-15 22:05:29 +01:00
parent a163528acb
commit e721c706eb
37 changed files with 334 additions and 185 deletions
+5 -3
View File
@@ -24,7 +24,9 @@
}
img.profile-img {
filter: drop-shadow(0px 0px 20px rgb(110, 133, 27))
filter: drop-shadow(0px 0px 20px rgb(110, 133, 27));
height: auto;
width: 100%;
}
/* custom styles */
@@ -156,8 +158,8 @@ ul.unstyled li {
}
.actor.sheet .form aside .image-wrapper img {
width: 170px;
height: 145px;
width: 80%;
height: auto;
}
.actor.sheet .form aside .paper {