diff --git a/public/res/css/main.css b/public/res/css/main.css index d9419d35..df687737 100644 --- a/public/res/css/main.css +++ b/public/res/css/main.css @@ -387,7 +387,7 @@ canvas:active { /*padding: 4px;*/ - background-color: rgba(var(--bs-body-bg-rgb), 0.1); + background-color: rgba(var(--bs-body-bg-rgb), 0.2); /*border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);*/ @@ -451,11 +451,16 @@ canvas:active { background-position: center; background-repeat: no-repeat; - background-size: cover; + + background-size:cover; /*background-color: rgba(0, 0, 0, 0.5);*/ - opacity: 0.4; + opacity: 0.3; +/* + background-size: contain; + transform: scaleY(-1) translateY(-50%); +*/ -webkit-filter: blur(var(--aton-blur-radius)); -moz-filter: blur(var(--aton-blur-radius)); -o-filter: blur(var(--aton-blur-radius)); diff --git a/public/res/icons/scene.png b/public/res/icons/scene.png index 9e427f0e..c68fa2fd 100644 Binary files a/public/res/icons/scene.png and b/public/res/icons/scene.png differ diff --git a/public/res/scenecover.png b/public/res/scenecover.png index e02b4bf6..5e6a4fc7 100644 Binary files a/public/res/scenecover.png and b/public/res/scenecover.png differ diff --git a/services/views/v2/home.ejs b/services/views/v2/home.ejs index 0d19be2f..480bbac9 100644 --- a/services/views/v2/home.ejs +++ b/services/views/v2/home.ejs @@ -119,7 +119,7 @@ window.addEventListener( 'load', ()=>{ items: [ { title: "My Scenes", url: "#", icon:"scene" }, { title: "My Collection", url: "#", icon:"collection" }, - { title: "Logout", url: "/v2/logout", xicon: "bi-box-arrow-left" } + { title: "Logout", url: "/v2/logout", icon: "exit" } ] }));