Skip to content

Commit

Permalink
css minor
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixbf committed Feb 3, 2025
1 parent beb7b2f commit cd5674b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions public/res/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);*/

Expand Down Expand Up @@ -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));
Expand Down
Binary file modified public/res/icons/scene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/res/scenecover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion services/views/v2/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}));
Expand Down

0 comments on commit cd5674b

Please sign in to comment.