add release credits update UI
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
7914fba52a
commit
34cddcfdb2
27 changed files with 630 additions and 340 deletions
|
@ -15,7 +15,7 @@ body {
|
|||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
header {
|
||||
nav {
|
||||
width: min(720px, calc(100% - 2em));
|
||||
height: 2em;
|
||||
margin: 1em auto;
|
||||
|
@ -27,10 +27,10 @@ header {
|
|||
border-radius: .5em;
|
||||
border: 1px solid #808080;
|
||||
}
|
||||
header .icon {
|
||||
nav .icon {
|
||||
height: 100%;
|
||||
}
|
||||
header .title {
|
||||
nav .title {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
|
||||
|
@ -43,7 +43,7 @@ header .title {
|
|||
|
||||
color: inherit;
|
||||
}
|
||||
header a {
|
||||
nav a {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
|
||||
|
@ -57,11 +57,11 @@ header a {
|
|||
|
||||
color: inherit;
|
||||
}
|
||||
header a:hover {
|
||||
nav a:hover {
|
||||
background: #00000010;
|
||||
text-decoration: none;
|
||||
}
|
||||
header #logout {
|
||||
nav #logout {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
@ -80,6 +80,11 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a img {
|
||||
height: .9em;
|
||||
transform: translateY(.1em);
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue