Some minor css changes to vertical align the comment button

This commit is contained in:
schnulller
2022-05-20 12:13:47 +02:00
parent bf3112cacd
commit da95222e8e
2 changed files with 6 additions and 3 deletions

View File

@@ -1000,6 +1000,9 @@ body {
display: block; display: block;
width: 20rem; width: 20rem;
border-left-width: 2px; border-left-width: 2px;
border-top-width: 3px;
--tw-border-opacity: 1;
border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity)); background-color: rgb(248 250 252 / var(--tw-bg-opacity));
text-indent: 0px; text-indent: 0px;
@@ -1225,7 +1228,7 @@ body {
.ha-register .ha-btn-collapsed-box { .ha-register .ha-btn-collapsed-box {
position: absolute; position: absolute;
top: -0.25rem; top: -0.15rem;
display: none; display: none;
cursor: pointer; cursor: pointer;
--tw-text-opacity: 1; --tw-text-opacity: 1;

View File

@@ -290,7 +290,7 @@
.ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-letlinks, .ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-letlinks,
.ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-letlinks { .ha-register .ha-forschung .ha-register-body .ha-commenthead .ha-letlinks {
@apply desktop:indent-0 desktop:top-0 desktop:w-80 desktop:block desktop:bg-slate-50 desktop:absolute desktop:border-l-2 pl-2 @apply desktop:indent-0 desktop:top-0 desktop:w-80 desktop:block desktop:bg-slate-50 desktop:absolute desktop:border-l-2 desktop:border-t-[3px] desktop:border-t-slate-50 pl-2
} }
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks a { .ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks a {
@@ -398,7 +398,7 @@
} }
.ha-register .ha-btn-collapsed-box { .ha-register .ha-btn-collapsed-box {
@apply hidden desktop:block absolute -top-1 text-gray-600 hover:text-gray-900 cursor-pointer @apply hidden desktop:block absolute -top-[0.15rem] text-gray-600 hover:text-gray-900 cursor-pointer
} }
.ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-collapsed-box, .ha-register .ha-neuzeit .ha-register-body .ha-commenthead .ha-collapsed-box,