adjusted some styling

This commit is contained in:
cube
2026-05-01 16:11:39 +01:00
parent 0d4eec9c80
commit a21dc5f73f
2 changed files with 13 additions and 1 deletions

View File

@@ -95,6 +95,12 @@ form textarea{
height:100px;
float:left;
}
.manage_images_3{
display:block;
width:180px;
height:100px;
float:left;
}
@@ -108,6 +114,12 @@ form textarea{
height:56px;
width:auto;
}
.mng_img
{
height:56px;
width:auto;
object-fit:scale-down;
}

View File

@@ -34,7 +34,7 @@
}
body.pink{
background: linear-gradient(90deg, #f8a1e5 0%, #d55ff3 50%, #f5c35e 100%);
background: linear-gradient(90deg, rgba(235, 202, 202, 1) 0%, rgba(201, 77, 255, 1) 50%, rgba(242, 234, 124, 1) 100%);
scrollbar-color:#a414da #d991f4;
}
.pink .container, .pink #mobile-nav{