Ghost/ghost/admin/app/styles/layouts/member-activity.css
Sodbileg Gansukh 77dda7beba Fixed long URL scrolling in members activity
refs https://github.com/TryGhost/Team/issues/2616

- long urls were causing scrolls in the members activity
- now the urls are broke into multiple lines, so that it's easier to understand/copy them
2023-05-15 16:00:11 +08:00

518 lines
12 KiB
CSS

.gh-members-activity.gh-canvas {
padding-left: 48px;
padding-right: 48px;
margin: 0;
width: 100%;
max-width: 100%;
}
.gh-members-activity .gh-list,
.gh-members-activity .gh-canvas-header-content,
.gh-members-activity .gh-member-details-activity {
max-width: calc(1320px - 48px - 48px);
margin: 0 auto;
padding-left: 0;
padding-right: 0;
}
.gh-members-activity .view-container {
overflow-x: hidden;
height: calc(100% - 56px);
}
.gh-members-activity .gh-list-scrolling {
height: calc(100vh - 103px);
}
.gh-members-activity-single .gh-list-scrolling {
height: calc(100vh - 150px - 116px);
}
.gh-member-details-activity .gh-main-section-block {
padding: 16px 0 20px;
}
.gh-member-details-activity .gh-list-data {
font-weight: 600;
color: var(--darkgrey);
}
.gh-members-activity .gh-list-data {
height: 84px;
}
.gh-members-activity.gh-members-activity-single .gh-list-data {
height: 68px;
}
.no-posts .gh-members-placeholder {
fill: var(--lightgrey);
width: 60px;
height: 60px;
}
.gh-member-details-activity h3 {
margin: 0 0 2px;
padding: 0;
font-size: 1.6rem;
font-weight: 600;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.gh-member-details-activity p {
margin: 0;
padding: 0;
font-size: 1.4rem;
color: var(--darkgrey-l1);
}
.gh-member-details-activity-link {
margin: 1px 0 0;
padding: 0;
font-size: 1.4rem;
font-weight: 400;
color: #2bba3c;
display: flex;
align-items: center;
transition: color 125ms linear;
}
.gh-member-details-activity-link:hover {
color: var(--green-d2);
}
.gh-member-details-activity-link svg {
width: 1.6rem;
height: 1.6rem;
margin-right: 0.6rem;
color: #2bba3c;
}
.gh-member-details-activity-link:hover svg {
color: var(--green-d2);
}
.gh-member-details-activity-email {
margin: 0;
padding: 0;
font-size: 1.4rem;
color: var(--midgrey);
}
.gh-members-activity .gh-list-scrolling thead th:last-child {
width: 18%;
}
.gh-members-activity.feature-memberAttribution .gh-list-scrolling thead th:nth-child(1) {
width: 25%;
}
.gh-members-activity.feature-memberAttribution .gh-list-scrolling thead th:nth-child(2) {
width: 58%;
}
.gh-members-activity.feature-memberAttribution .gh-list-scrolling thead th:last-child {
width: 18%;
}
.gh-members-activity.gh-members-activity-single.feature-memberAttribution .gh-list-scrolling thead th:nth-child(1) {
width: 82%;
}
.gh-members-activity.gh-members-activity-single.feature-memberAttribution .gh-list-scrolling thead th:nth-child(2),
.gh-members-activity.gh-members-activity-single.feature-memberAttribution .gh-list-scrolling thead th:last-child {
width: 18%;
}
.gh-members-activity .gh-list-scrolling tbody .gh-list-data:last-child {
white-space: nowrap;
}
.gh-members-activity:not(.gh-members-activity-single) .gh-list-data {
padding-top: 12px;
padding-bottom: 12px;
}
.gh-members-activity .gh-list h3 {
margin-bottom: 4px;
}
.gh-list-data-event {
display: flex;
justify-content: flex-start;
align-items: center;
}
.gh-members-activity-container {
display: flex;
flex-direction: row;
align-items: center;
}
.gh-members-activity-detail {
display: flex;
flex-direction: column;
}
.gh-members-activity-description {
display: block;
font-weight: 500;
font-size: 1.4rem;
letter-spacing: 0;
color: var(--middarkgrey);
text-overflow: ellipsis;
overflow: hidden;
}
.gh-members-activity-description.feature-memberAttribution {
color: var(--darkgrey);
}
.gh-members-activity-description.feature-memberAttribution a {
font-weight: 400;
color: var(--middarkgrey) !important;
opacity: 0.9;
transition: all 150ms ease;
}
.gh-members-activity-description.feature-memberAttribution a:hover {
color: var(--middarkgrey) !important;
opacity: 1;
}
.gh-members-activity-description a {
font-weight: 600;
color: var(--darkgrey);
}
.gh-members-activity-event-dash {
color: var(--midgrey);
}
.gh-members-activity-event-join {
font-weight: 500;
color: var(--middarkgrey);
}
.feature-memberAttribution .gh-members-activity-event-join {
font-weight: 500;
color: var(--darkgrey);
}
.ghost-members-activity-object-link {
text-transform: capitalize;
}
.ghost-members-activity-event-description {
margin-top: -1px;
}
.ghost-members-activity-event-prefix {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
color: var(--lightgrey);
}
.ghost-members-activity-event-url {
font-weight: 500;
color: var(--midlightgrey);
position: relative;
display: block;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
text-align: left;
word-break: break-word;
}
.ghost-members-activity-event-url::before {
content: '';
position: absolute;
top: 0;
left: -20px;
width: 20px;
height: 100%;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
z-index: 999;
opacity: 0;
transition: all 250ms ease-out;
}
.ghost-members-activity-event-url.scroller:hover::before {
opacity: 1;
left: 0;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.ghost-members-activity-event-url.scroller:hover::after {
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.ghost-members-activity-event-url > span {
display: inline-block;
font-weight: 400;
font-size: 1.3rem;
color: var(--midgrey);
letter-spacing: 0;
line-height: 1.3em;
transition: transform 300ms ease-out;
transform: translateX(0); /* used for dynamic positioning with js */
padding-right: 8px; /* extra padding used for dynamic positioning with js */
}
.feature-memberAttribution .ghost-members-activity-event-url > span {
font-weight: 500;
color: #b4bcc2;
}
.gh-members-activity-icon {
width: 24px;
min-width: 24px;
height: 24px;
margin: 0 0.5rem 0 -2px;
}
.gh-members-activity-single .gh-members-activity-icon {
margin-bottom: 0;
}
.gh-members-activity-single.gh-members-activity .view-container {
height: calc(100% - 96px);
}
.gh-members-activity-icon svg {
width: 100%;
height: 100%;
}
.gh-members-activity-name {
font-weight: 600;
font-size: 14px;
color: var(--black);
}
.gh-members-activity-event {
display: inline-block;
color: var(--middarkgrey);
font-weight: 500;
width: 100%;
}
.gh-members-activity-event > a {
font-weight: 600;
color: var(--black);
}
/* todo: remove class gh-member-activity-actions-menu--suppression after feature will be enabled */
/* Start of styles for dropdown for suppressionList feature */
.gh-member-activity-actions-menu-item {
min-height: 35px;
display: flex;
align-items: center;
justify-content: space-between;
}
.gh-member-activity-actions-menu--suppression {
min-width: 260px;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu {
padding: 1rem 0;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu .ember-power-select-option:first-child {
padding-top: 0;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu .ember-power-select-option:last-child {
padding-bottom: 0;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu .for-switch.x-small label {
width: 34px !important;
height: 20px !important;
padding: 0;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu .for-switch.x-small {
display: flex;
align-items: center;
}
.gh-member-activity-actions-menu--suppression .ember-power-select-option > label {
width: 100%;
}
.gh-member-activity-actions-menu--suppression .gh-member-activity-actions-menu-icon {
width: 16px;
height: 16px;
flex-shrink: 0;
fill: none;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu .ember-power-select-option {
padding: 0.3rem 1.6rem;
}
.gh-member-activity-actions-menu--suppression.gh-member-activity-actions-menu .ember-power-select-option label {
padding: 0 6px 0 0;
color: var(--darkgrey);
}
.gh-member-activity-actions-menu--suppression .gh-member-activity-actions-menu-divider {
height: 1px;
margin: 1rem 0;
background: var(--lightgrey-l1);
}
/* End of styles for dropdown for suppressionList feature */
.gh-member-activity-actions-menu {
top: auto;
left: auto;
padding: 0;
margin-top: 8px;
}
.gh-member-activity-actions-menu .ember-power-select-options[role=listbox] {
max-height: 60vh;
}
.gh-member-activity-actions-menu .ember-power-select-option {
padding: 3px 2rem;
}
.gh-member-activity-actions-menu .ember-power-select-option:first-child {
padding-top: 2rem;
}
.gh-member-activity-actions-menu .ember-power-select-option:last-child {
padding-bottom: 2rem;
}
.gh-member-activity-actions-menu h3 {
margin-bottom: 0.75rem;
}
.gh-member-activity-actions-menu {
cursor: default;
}
.gh-member-activity-actions-menu .ember-power-select-option label {
padding: 0.25rem 2rem 0.25rem 0;
display: flex;
align-items: center;
justify-content: flex-start;
color: var(--midlightgrey);
cursor: pointer;
}
.gh-member-activity-actions-menu .ember-power-select-option label p {
color: var(--darkgrey);
font-weight: 400;
font-size: 1.4rem;
padding: 0.125rem 0 0 0.25rem;
margin: 0;
}
.gh-member-activity-actions-menu .ember-power-select-option input {
visibility: hidden;
width: 0;
}
.gh-member-activity-actions-menu.dropdown-menu .gh-member-activity-actions-icon {
margin-right: 1.25rem;
height: 20px;
width: 20px;
line-height: 1em;
fill: none;
}
.gh-member-activity-actions-menu.dropdown-menu .ember-power-select-option.selected .gh-member-activity-actions-icon path {
stroke: var(--middarkgrey);
}
.gh-member-activity-actions-menu .ember-power-select-option.selected label {
font-weight: 500;
color: var(--darkgrey);
}
.gh-member-activity-actions-menu.dropdown-menu .gh-member-activity-actions-tick {
color: var(--green);
margin-right: -8px;
height: 16px;
width: 16px;
}
.gh-member-activity-actions-menu hr {
margin: 12px -20px;
}
.gh-member-filter-search-trigger {
width: 240px;
}
.gh-member-filter-search-dropdown li {
height: 7rem;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding-left: 17px;
border-bottom: 1px solid var(--whitegrey);
}
.gh-member-filter-search-dropdown li:last-child {
border-bottom: none;
}
.gh-member-filter-search-dropdown li strong {
color: var(--black);
display: inline-block;
margin: 0 0 0.25rem;
font-weight: 600;
}
.gh-member-filter-search-dropdown li span {
font-weight: 400;
color: var(--middarkgrey);
}
@media (max-width: 800px) {
.gh-members-activity.gh-canvas {
padding-left: 0;
padding-right: 0;
}
.gh-members-activity .gh-canvas-header-content,
.gh-members-activity .gh-member-details-activity {
max-width: calc(100% - 4vw - 4vw);
}
.gh-members-activity-single .gh-list-scrolling {
height: calc(100vh - 150px - 116px -64px);
}
.gh-members-activity .gh-list-scrolling {
margin-left: 4vw;
margin-right: 0;
padding-left: 0;
padding-right: 4vw;
}
}
@media (max-width: 1450px) {
.gh-members-activity .gh-canvas-header.break.tablet .gh-canvas-header-content {
height: 95px;
border-bottom: 0;
align-items: center;
}
.gh-members-activity .gh-canvas-header.break.tablet .gh-canvas-title {
margin-top: -3px;
}
}