wordpress-activitypub/build/followers/style-view.css
2023-08-10 16:18:21 -05:00

80 lines
No EOL
3 KiB
CSS

/*!*************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/followers/style.scss ***!
\*************************************************************************************************************************************************************************************************************************************************/
.activitypub-follower-block.is-style-compact .activitypub-handle, .activitypub-follower-block.is-style-compact .sep {
display: none;
}
.activitypub-follower-block.is-style-with-lines ul li {
border-bottom: 0.5px solid;
padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
}
.activitypub-follower-block.is-style-with-lines ul li:last-child {
border-bottom: none;
}
.activitypub-follower-block.is-style-with-lines .activitypub-name, .activitypub-follower-block.is-style-with-lines .activitypub-handle {
text-decoration: none;
}
.activitypub-follower-block.is-style-with-lines .activitypub-name:hover, .activitypub-follower-block.is-style-with-lines .activitypub-handle:hover {
text-decoration: underline;
}
.activitypub-follower-block ul {
margin: 0 !important;
padding: 0 !important;
}
.activitypub-follower-block li {
display: flex;
margin-bottom: 1rem;
}
.activitypub-follower-block img {
border-radius: 50%;
width: 40px;
height: 40px;
margin-right: var(--wp--preset--spacing--20, 0.5rem);
}
.activitypub-follower-block .activitypub-link {
display: flex;
flex-flow: row nowrap;
align-items: center;
max-width: 100%;
color: inherit !important;
text-decoration: none !important;
}
.activitypub-follower-block .activitypub-name, .activitypub-follower-block .activitypub-handle {
text-decoration: underline;
text-decoration-thickness: 0.8px;
text-underline-position: under;
}
.activitypub-follower-block .activitypub-name:hover, .activitypub-follower-block .activitypub-handle:hover {
text-decoration: none;
}
.activitypub-follower-block .activitypub-name {
font-size: var(--wp--preset--font-size--normal, 16px);
}
.activitypub-follower-block .activitypub-actor {
font-size: var(--wp--preset--font-size--small, 13px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.activitypub-follower-block .sep {
padding: 0 0.2rem;
}
.activitypub-follower-block .wp-block-query-pagination {
margin-top: 1.5rem;
}
.activitypub-follower-block .activitypub-pager {
cursor: default;
}
.activitypub-follower-block .activitypub-pager.current {
opacity: 0.33;
}
.activitypub-follower-block .page-numbers {
padding: 0 0.2rem;
}
.activitypub-follower-block .page-numbers.current {
opacity: 1;
font-weight: bold;
}
/*# sourceMappingURL=style-view.css.map*/