Merge pull request #12 from cheeaun/main

Update from main
This commit is contained in:
Chee Aun 2022-12-19 20:12:56 +08:00 committed by GitHub
commit 95e204c439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,17 +78,18 @@ a.mention span {
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
border-bottom: 1px solid var(--divider-color); border-bottom: 1px solid var(--divider-color);
z-index: 1; z-index: 1;
display: flex;
align-items: center;
cursor: default; cursor: default;
z-index: 10; z-index: 10;
} display: grid;
.deck header > *:not(button) { grid-template-columns: 1fr 1fr 1fr;
flex-grow: 1; align-items: center;
min-width: 44px;
} }
.deck header > .header-side:last-of-type { .deck header > .header-side:last-of-type {
text-align: right; text-align: right;
grid-column: 3;
}
.deck header :is(button, .button).plain {
backdrop-filter: none;
} }
.deck header h1 { .deck header h1 {
margin: 0 8px; margin: 0 8px;
@ -392,6 +393,10 @@ a.mention span {
animation: fade-from-top 2s ease-out; animation: fade-from-top 2s ease-out;
left: 50%; left: 50%;
transform: translate(-50%, 0); transform: translate(-50%, 0);
font-size: 90%;
}
.updates-button .icon {
vertical-align: top;
} }
/* BOX */ /* BOX */