2015-08-25 20:28:34 +05:30
|
|
|
.dashboard {
|
2020-08-26 01:18:53 +05:30
|
|
|
&.feeds,
|
|
|
|
&.issues {
|
|
|
|
.context.user.menu {
|
|
|
|
z-index: 101;
|
|
|
|
min-width: 200px;
|
|
|
|
|
|
|
|
.ui.header {
|
|
|
|
font-size: 1rem;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
}
|
2015-08-25 20:28:34 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.filter.menu {
|
|
|
|
width: initial;
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.item {
|
|
|
|
text-align: left;
|
2021-09-12 17:10:20 +05:30
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.text {
|
|
|
|
height: 16px;
|
|
|
|
vertical-align: middle;
|
2015-11-04 23:20:02 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.truncate {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.floating.label {
|
|
|
|
top: 7px;
|
|
|
|
left: 90%;
|
|
|
|
width: 15%;
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-11-17 11:03:19 +05:30
|
|
|
@media @mediaSm {
|
2020-08-26 01:18:53 +05:30
|
|
|
top: 10px;
|
|
|
|
left: auto;
|
|
|
|
width: auto;
|
|
|
|
right: 13px;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
// Sort
|
|
|
|
.jump.item {
|
|
|
|
margin: 1px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.menu {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-x: auto;
|
|
|
|
right: 0 !important;
|
|
|
|
left: auto !important;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-11-17 11:03:19 +05:30
|
|
|
@media @mediaSm {
|
2020-08-26 01:18:53 +05:30
|
|
|
width: 100%;
|
|
|
|
}
|
2017-12-03 04:46:35 +05:30
|
|
|
}
|
2019-02-09 20:37:38 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.right.stackable.menu > .item.active {
|
2020-11-16 02:28:16 +05:30
|
|
|
color: var(--color-red);
|
2019-02-09 20:37:38 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
2020-12-04 16:48:37 +05:30
|
|
|
.dashboard-repos,
|
|
|
|
.dashboard-orgs {
|
Fix various typos (#20338)
* Fix various typos
Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon`
Co-authored-by: zeripath <art27@cantab.net>
2022-07-13 03:02:37 +05:30
|
|
|
margin: 0 1px; /* Accommodate for Semantic's 1px hacks on .attached elements */
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-navbar {
|
|
|
|
width: 100vw;
|
2020-11-27 01:03:28 +05:30
|
|
|
padding-left: .5rem;
|
|
|
|
padding-right: .5rem;
|
2020-10-06 11:55:43 +05:30
|
|
|
.org-visibility .label {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2021-02-12 06:59:07 +05:30
|
|
|
|
|
|
|
.ui.dropdown {
|
|
|
|
max-width: 100%;
|
2022-07-29 00:10:23 +05:30
|
|
|
|
|
|
|
@media @mediaSm {
|
|
|
|
> .menu {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
}
|
2021-02-12 06:59:07 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2015-11-13 22:35:48 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
&.feeds {
|
2020-08-26 01:18:53 +05:30
|
|
|
.news {
|
|
|
|
li {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
margin-top: .5rem;
|
|
|
|
margin-bottom: .5rem;
|
2020-05-28 02:01:12 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
img {
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li > * + * {
|
|
|
|
margin-left: .35rem;
|
|
|
|
}
|
2020-05-28 02:01:12 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
> .ui.grid {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-12-04 00:16:11 +05:30
|
|
|
.left .ui.avatar {
|
2020-08-26 01:18:53 +05:30
|
|
|
margin-top: 13px;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.time-since {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.issue.title {
|
|
|
|
width: 80%;
|
2021-01-04 17:48:12 +05:30
|
|
|
margin: 0 0 1em;
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.push.news .content ul {
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 13px;
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 10px;
|
2015-11-13 22:35:48 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.text.truncate {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.commit-id {
|
2020-10-20 01:31:06 +05:30
|
|
|
font-family: var(--fonts-monospace);
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
code {
|
2022-10-15 23:54:41 +05:30
|
|
|
padding: 2px 4px;
|
2020-08-26 01:18:53 +05:30
|
|
|
border-radius: 3px;
|
2022-10-15 23:54:41 +05:30
|
|
|
background-color: var(--color-markup-code-block);
|
2020-08-26 01:18:53 +05:30
|
|
|
word-break: break-all;
|
|
|
|
}
|
2020-11-08 02:34:40 +05:30
|
|
|
|
|
|
|
&:last-of-type .divider {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 0;
|
2015-12-13 03:23:16 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
li {
|
|
|
|
&:not(:last-child) {
|
2020-11-08 02:34:40 +05:30
|
|
|
border-bottom: 1px solid var(--color-secondary);
|
2017-12-03 01:18:43 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.private {
|
2022-08-06 19:55:58 +05:30
|
|
|
background-color: var(--color-box-body-highlight);
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
|
2020-12-18 01:28:21 +05:30
|
|
|
.repo-list-link {
|
|
|
|
padding: 6px 1em;
|
2020-08-26 01:18:53 +05:30
|
|
|
display: block;
|
2016-07-16 10:15:13 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.svg {
|
2020-12-18 01:28:21 +05:30
|
|
|
color: var(--color-text-light-2);
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2016-01-11 18:11:43 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.star-num {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2020-05-17 01:37:01 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
}
|
2020-05-17 01:37:01 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
#privateFilterCheckbox .svg {
|
2022-11-23 05:52:27 +05:30
|
|
|
color: var(--color-grey);
|
2020-08-26 01:18:53 +05:30
|
|
|
margin-right: .25rem;
|
|
|
|
}
|
2016-01-11 18:11:43 +05:30
|
|
|
|
2021-02-25 18:05:43 +05:30
|
|
|
.repo-owner-name-list .item-name {
|
|
|
|
max-width: 70%;
|
2017-12-03 01:18:43 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|