2019-07-25 15:06:58 +08:00
|
|
|
.activity-details {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
2025-08-08 13:34:56 +08:00
|
|
|
color: var(--bs-body-secondary-color);
|
2019-02-28 14:34:54 +08:00
|
|
|
}
|
2025-08-08 13:34:56 +08:00
|
|
|
|
2019-07-25 15:06:58 +08:00
|
|
|
.activity-details:hover {
|
2025-07-15 14:07:26 +08:00
|
|
|
color: var(--bs-body-color);
|
2019-06-25 10:45:10 +08:00
|
|
|
}
|
2025-08-08 13:34:56 +08:00
|
|
|
|
2019-07-25 15:06:58 +08:00
|
|
|
.mobile-activity-time {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: .2em;
|
2019-06-25 10:45:10 +08:00
|
|
|
}
|
2023-11-09 12:25:22 +08:00
|
|
|
|
2023-11-09 18:51:38 +08:00
|
|
|
.cur-activity-modifiers {
|
|
|
|
margin-left: -0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cur-activity-modifiers:hover {
|
2025-07-16 13:50:03 +08:00
|
|
|
background: var(--bs-hover-bg);
|
2023-11-09 12:25:22 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2023-11-09 18:51:38 +08:00
|
|
|
.cur-activity-modifiers .toggle-icon {
|
2023-11-09 12:25:22 +08:00
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-modifier-selector-container {
|
|
|
|
width: 320px;
|
2025-08-08 13:34:56 +08:00
|
|
|
background: var(--bs-popover-bg);
|
2025-07-19 14:22:40 +08:00
|
|
|
border: 1px solid var(--bs-border-secondary-color);
|
2023-11-09 12:25:22 +08:00
|
|
|
margin-top: 2px;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-selected-modifiers {
|
|
|
|
min-height: 2rem;
|
2025-08-08 13:34:56 +08:00
|
|
|
background: var(--bs-body-secondary-bg);
|
|
|
|
border-bottom: 1px solid var(--bs-border-secondary-color);
|
2023-11-09 18:51:38 +08:00
|
|
|
line-height: 1;
|
2023-11-09 12:25:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.activity-selected-modifier {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 0 8px 0 2px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: #eaeaea;
|
2025-08-08 13:34:56 +08:00
|
|
|
color: #212529;
|
2023-11-09 12:25:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.unselect-activity-user {
|
|
|
|
color: #909090;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unselect-activity-user:hover {
|
|
|
|
color: #5a5a5a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-user-list {
|
|
|
|
min-height: 4rem;
|
2023-11-12 16:13:42 +08:00
|
|
|
max-height: 200px;
|
2023-11-09 12:25:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.activity-user-item {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-user-item:hover {
|
2025-08-08 13:34:56 +08:00
|
|
|
background: var(--bs-body-secondary-bg);
|
2023-11-09 12:25:22 +08:00
|
|
|
}
|
2023-11-12 16:13:42 +08:00
|
|
|
|
|
|
|
.activity-user-name {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2025-07-07 15:27:21 +08:00
|
|
|
|
2025-07-07 17:17:16 +08:00
|
|
|
.nav.nav-indicator-container .nav-item .nav-link {
|
2025-07-07 15:27:21 +08:00
|
|
|
border: none;
|
2025-07-07 17:17:16 +08:00
|
|
|
margin: 0;
|
2025-07-07 15:27:21 +08:00
|
|
|
}
|
2025-08-08 13:34:56 +08:00
|
|
|
|
|
|
|
.relative-time,
|
|
|
|
.small-lib-link {
|
|
|
|
color: var(--bs-body-secondary-color);
|
|
|
|
}
|