mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 14:17:20 +03:00
nits
This commit is contained in:
parent
6f646712c8
commit
366c74728a
@ -35,6 +35,7 @@ const AppDisplay: React.FC<AppDisplayProps> = ({ app }) => {
|
||||
})
|
||||
}}
|
||||
>
|
||||
{app?.favorite ? '★' : '☆'}
|
||||
</button>}
|
||||
</a>
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user