This commit is contained in:
dr-frmr 2024-07-29 20:10:49 +03:00
parent 6f646712c8
commit 366c74728a
No known key found for this signature in database
3 changed files with 14 additions and 1 deletions

View File

@ -35,6 +35,7 @@ const AppDisplay: React.FC<AppDisplayProps> = ({ app }) => {
})
}}
>
{app?.favorite ? '★' : '☆'}
</button>}
</a>
}

View File

@ -56,12 +56,20 @@ header h1 {
.app-display {
position: relative;
text-decoration: none;
}
.app-display:hover {
text-decoration: underline;
}
.app-fave-button {
position: absolute;
top: 0;
right: 0;
padding: 2px;
margin: 0;
font-size: 0.7em;
}
.no-ui {
@ -140,6 +148,7 @@ footer {
.app-icon {
width: 64px;
height: 64px;
margin: 0 auto;
}
.modal {

View File

@ -18,6 +18,9 @@
h1 {
padding: 20px;
max-width: 960px;
min-width: 300px;
margin: 0 auto;
}
main {
@ -32,7 +35,7 @@
"eth-rpc-providers eth-rpc-providers eth-rpc-settings"
"kernel kernel kernel";
padding: 20px;
max-width: 1100px;
max-width: 960px;
min-width: 300px;
}