This commit is contained in:
ThatOneCalculator 2023-01-03 10:48:51 -08:00
parent 88996a6e6f
commit 504f6a17ca
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 7 additions and 53 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.7.5",
"version": "13.0.7.6",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -438,7 +438,7 @@ function readPromo() {
flex-shrink: 0;
display: block;
margin: 0 14px 8px 0;
grid-row: 1 / 2;
grid-row: 1 / span 2;
width: 48px;
height: 48px;
position: relative;

View file

@ -405,28 +405,19 @@ if (appearNote.replyId) {
}
> .article {
padding: 28px 32px 18px;
cursor: pointer;
display: grid;
align-items: center;
grid-template-columns: 58px;
padding: 32px;
font-size: 1.2em;
> .header {
display: flex;
position: relative;
margin-bottom: 16px;
display: contents;
> .avatar {
flex-shrink: 0;
display: block;
margin: 0 14px 8px 0;
grid-row: 1 / span 2;
width: 48px;
height: 48px;
position: relative;
top: 0;
left: 0;
flex-shrink: 0;
width: 52px;
height: 52px;
}
> .body {
@ -436,10 +427,6 @@ if (appearNote.replyId) {
justify-content: center;
padding-left: 16px;
font-size: 0.95em;
margin-top: .2em;
overflow: hidden;
margin-inline: -100px;
padding-inline: 100px;
> .top {
> .name {
@ -464,40 +451,7 @@ if (appearNote.replyId) {
}
> .main {
> .header {
display: contents;
}
> :not(.ticker) {
grid-column: 1 / span 3;
width: 100%;
max-width: 100%;
}
> .name, .info {
grid-row: 1;
}
> .username, .ticker {
grid-row: 2;
align-self: flex-start;
}
> .name {
font-size: 1.2em !important;
}
> .ticker {
font-size: 0.9em;
}
> .body {
margin-top: .2em;
overflow: hidden;
margin-inline: -100px;
padding-inline: 100px;
> .cw {
cursor: default;
display: block;