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