mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
nah
This commit is contained in:
parent
a1466217bc
commit
ed0cba8f72
1 changed files with 0 additions and 100 deletions
|
@ -282,103 +282,3 @@ section.modal._popup>div.form>textarea {
|
|||
.profile~.contents>div>._panel .content:not(.omitted) .empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Koppers Reply */
|
||||
:root {
|
||||
--originalAvatarSize: var(--avatarSize);
|
||||
}
|
||||
|
||||
.list .note-container .reply-to {
|
||||
--avatarSize: 16px;
|
||||
|
||||
.avatar-container {
|
||||
margin-left: calc((var(--originalAvatarSize) - var(--avatarSize)) / 2);
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.cat:before,
|
||||
.cat:after {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.body {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
overflow-x: hidden;
|
||||
|
||||
>.header {
|
||||
align-items: initial;
|
||||
|
||||
.user-info {
|
||||
|
||||
>div>.name,
|
||||
.info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&,
|
||||
>div:first-child {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
div:has(> .hpaizdrt) {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
>.body {
|
||||
flex-grow: 1;
|
||||
max-height: 32px;
|
||||
|
||||
br,
|
||||
.files,
|
||||
.reply-icon,
|
||||
&:has(.cw:not(._cw_style_modern)) .wrmlmaau,
|
||||
.showMoreButton,
|
||||
.rp,
|
||||
.cw button {
|
||||
display: none
|
||||
}
|
||||
|
||||
.mfm-object :not(br) {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.mfm-object,
|
||||
.mfm-object * {
|
||||
--mfm-zoom-size: 100% !important;
|
||||
|
||||
white-space: nowrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
&.collapsed>.body {
|
||||
mask: none;
|
||||
-webkit-mask: none;
|
||||
}
|
||||
|
||||
&._cw_style_modern.showContent {
|
||||
min-height: initial;
|
||||
|
||||
>.hiddenNote {
|
||||
text-align: left;
|
||||
font-weight: inherit;
|
||||
font-size: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
>button,
|
||||
>.body {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue