Skip to content

Commit

Permalink
add: green triangle for Absolidix
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylionheart committed Aug 6, 2024
1 parent ddb7266 commit 540501f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/app.view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ namespace $.$$ {
},
},

Green_triangle_icon: {
position: "fixed",
bottom: "20px",
right: "20px",
fontSize: "24px",
color: 'green'
}
} )

}
3 changes: 3 additions & 0 deletions app/app.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ $optimade_cifplayer_app $mol_drop
<= Paste_example $mol_button_minor
title \Show example
click? <=> paste_example? null
<= Green_triangle_icon $mol_icon_triangle_outline
uri \https://absolidix.com
title \

0 comments on commit 540501f

Please sign in to comment.