2015-08-25 22:58:34 +08:00
.dashboard {
2020-08-25 21:48:53 +02:00
&.feeds,
&.issues {
.context.user.menu {
z-index: 101;
min-width: 200px;
.ui.header {
font-size: 1rem;
text-transform: none;
}
}
2015-08-25 22:58:34 +08:00
2020-08-25 21:48:53 +02:00
.filter.menu {
width: initial;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.item {
text-align: left;
2021-09-12 13:40:20 +02:00
display: flex;
align-items: center;
justify-content: space-between;
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.text {
height: 16px;
vertical-align: middle;
2015-11-04 12:50:02 -05:00
2020-08-25 21:48:53 +02:00
&.truncate {
width: 75%;
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.floating.label {
top: 7px;
left: 90%;
width: 15%;
2019-05-13 08:26:32 +02:00
2020-11-17 05:33:19 +00:00
@media @mediaSm {
2020-08-25 21:48:53 +02:00
top: 10px;
left: auto;
width: auto;
right: 13px;
}
2019-05-13 08:26:32 +02:00
}
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
// Sort
.jump.item {
margin: 1px;
padding-right: 0;
}
2018-07-26 17:25:41 +02:00
2020-08-25 21:48:53 +02:00
.menu {
max-height: 300px;
overflow-x: auto;
right: 0 !important;
left: auto !important;
}
2019-05-13 08:26:32 +02:00
2020-11-17 05:33:19 +00:00
@media @mediaSm {
2020-08-25 21:48:53 +02:00
width: 100%;
}
2017-12-03 00:16:35 +01:00
}
2019-02-09 16:07:38 +01:00
2020-08-25 21:48:53 +02:00
.right.stackable.menu > .item.active {
2020-11-15 21:58:16 +01:00
color: var(--color-red);
2019-02-09 16:07:38 +01:00
}
2020-08-25 21:48:53 +02:00
}
2020-12-04 12:18:37 +01:00
.dashboard-repos,
.dashboard-orgs {
2020-11-12 16:59:33 +01:00
margin: 0 1px; /* Accomodate for Semantic's 1px hacks on .attached elements */
2020-08-25 21:48:53 +02:00
}
.dashboard-navbar {
width: 100vw;
2020-11-26 20:33:28 +01:00
padding-left: .5rem;
padding-right: .5rem;
2020-10-06 01:25:43 -05:00
.org-visibility .label {
margin-left: 5px;
}
2021-02-12 02:29:07 +01:00
.ui.dropdown {
max-width: 100%;
}
2020-08-25 21:48:53 +02:00
}
2015-11-13 12:05:48 -05:00
}
&.feeds {
2020-08-25 21:48:53 +02:00
.news {
li {
display: flex;
align-items: baseline;
margin-top: .5rem;
margin-bottom: .5rem;
2020-05-27 16:31:12 -04:00
2020-08-25 21:48:53 +02:00
img {
align-self: flex-start;
}
}
li > * + * {
margin-left: .35rem;
}
2020-05-27 16:31:12 -04:00
2020-08-25 21:48:53 +02:00
> .ui.grid {
margin-left: auto;
margin-right: auto;
}
2019-05-13 08:26:32 +02:00
2020-12-03 19:46:11 +01:00
.left .ui.avatar {
2020-08-25 21:48:53 +02:00
margin-top: 13px;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.time-since {
font-size: 13px;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.issue.title {
width: 80%;
2021-01-04 13:18:12 +01:00
margin: 0 0 1em;
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.push.news .content ul {
line-height: 18px;
font-size: 13px;
list-style: none;
padding-left: 10px;
2015-11-13 12:05:48 -05:00
2020-08-25 21:48:53 +02:00
.text.truncate {
width: 80%;
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.commit-id {
2020-10-19 22:01:06 +02:00
font-family: var(--fonts-monospace);
2020-08-25 21:48:53 +02:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
code {
padding: 1px;
font-size: 85%;
background-color: rgba(0, 0, 0, .04);
border-radius: 3px;
word-break: break-all;
}
2020-11-07 22:04:40 +01:00
&:last-of-type .divider {
display: none !important;
}
2020-08-25 21:48:53 +02:00
}
.list {
ul {
list-style: none;
margin: 0;
padding-left: 0;
2015-12-12 16:53:16 -05:00
2020-08-25 21:48:53 +02:00
li {
&:not(:last-child) {
2020-11-07 22:04:40 +01:00
border-bottom: 1px solid var(--color-secondary);
2017-12-02 20:48:43 +01:00
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
&.private {
background-color: #fcf8e9;
}
2015-12-07 21:20:54 +01:00
2020-12-17 20:58:21 +01:00
.repo-list-link {
padding: 6px 1em;
2020-08-25 21:48:53 +02:00
display: block;
2016-07-16 12:45:13 +08:00
2020-08-25 21:48:53 +02:00
.svg {
2020-12-17 20:58:21 +01:00
color: var(--color-text-light-2);
2020-08-25 21:48:53 +02:00
}
2016-01-11 20:41:43 +08:00
2020-08-25 21:48:53 +02:00
.star-num {
font-size: 12px;
}
2020-05-16 21:07:01 +01:00
}
2020-08-25 21:48:53 +02:00
}
}
2020-05-16 21:07:01 +01:00
2020-08-25 21:48:53 +02:00
#privateFilterCheckbox .svg {
color: #888888;
margin-right: .25rem;
}
2016-01-11 20:41:43 +08:00
2021-02-25 13:35:43 +01:00
.repo-owner-name-list .item-name {
max-width: 70%;
2017-12-02 20:48:43 +01:00
}
2020-08-25 21:48:53 +02:00
}
2015-12-07 21:20:54 +01:00
}