2015-08-25 22:58:34 +08:00
.dashboard {
2017-12-02 20:48:43 +01:00
padding-top: 15px;
2015-08-25 22:58:34 +08:00
2017-12-02 20:48:43 +01:00
&.feeds,
&.issues {
.context.user.menu {
z-index: 101;
min-width: 200px;
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.ui.header {
font-size: 1rem;
text-transform: none;
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.filter.menu {
2019-10-04 10:18:46 +03:00
width: initial;
2017-12-02 20:48:43 +01:00
.item {
text-align: left;
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.text {
height: 16px;
vertical-align: middle;
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
&.truncate {
2019-12-17 16:34:11 -05:00
width: 75%;
2017-12-02 20:48:43 +01:00
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.floating.label {
top: 7px;
left: 90%;
width: 15%;
2018-07-26 17:25:41 +02:00
@media only screen and (max-width: 768px) {
top: 10px;
left: auto;
width: auto;
right: 13px;
}
2017-12-02 20:48:43 +01:00
}
}
2015-11-04 12:50:02 -05:00
2019-05-13 08:26:32 +02:00
// Sort
.jump.item {
margin: 1px;
padding-right: 0;
}
.menu {
max-height: 300px;
overflow-x: auto;
right: 0 !important;
left: auto !important;
}
@media only screen and (max-width: 768px) {
width: 100%;
}
}
.right.stackable.menu > .item.active {
color: #d9453d;
}
2017-12-02 20:48:43 +01:00
}
2018-07-26 17:25:41 +02:00
2017-12-03 00:16:35 +01:00
/* Accomodate for Semantic's 1px hacks on .attached elements */
2019-05-13 08:26:32 +02:00
2017-12-03 00:16:35 +01:00
.dashboard-repos {
margin: 0 1px;
}
2019-02-09 16:07:38 +01:00
.dashboard-navbar {
width: 100vw;
2020-02-23 17:48:27 +01:00
padding: 0 .5rem;
2019-02-09 16:07:38 +01:00
}
2015-11-13 12:05:48 -05:00
}
&.feeds {
2017-12-02 20:48:43 +01:00
.news {
2020-04-28 14:05:39 -04:00
line-height: 1.2;
2017-12-02 20:48:43 +01:00
> .ui.grid {
margin-left: auto;
margin-right: auto;
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.ui.avatar {
margin-top: 13px;
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.time-since {
font-size: 13px;
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.issue.title {
width: 80%;
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.push.news .content ul {
2020-04-28 14:05:39 -04:00
line-height: initial;
2017-12-02 20:48:43 +01:00
font-size: 13px;
list-style: none;
padding-left: 10px;
2015-11-13 12:05:48 -05:00
2017-12-02 20:48:43 +01:00
img {
margin-bottom: -2px;
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.text.truncate {
width: 80%;
margin-bottom: -5px;
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.commit-id {
2019-03-18 12:49:01 +00:00
font-family: @monospaced-fonts, monospace;
2017-12-02 20:48:43 +01:00
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
code {
padding: 1px;
font-size: 85%;
2020-02-23 17:48:27 +01:00
background-color: rgba(0, 0, 0, .04);
2017-12-02 20:48:43 +01:00
border-radius: 3px;
word-break: break-all;
}
}
2015-11-13 12:05:48 -05:00
2017-12-02 20:48:43 +01:00
.list {
.header {
.ui.label {
margin-top: -4px;
padding: 4px 5px;
font-weight: normal;
}
2015-12-12 16:53:16 -05:00
2017-12-02 20:48:43 +01:00
.plus.icon {
margin-top: 5px;
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
ul {
list-style: none;
margin: 0;
padding-left: 0;
2015-11-13 12:05:48 -05:00
2017-12-02 20:48:43 +01:00
li {
&:not(:last-child) {
2019-05-14 02:54:23 +02:00
border-bottom: 1px solid #ebebeb;
2017-12-02 20:48:43 +01:00
}
2015-11-13 12:05:48 -05:00
2017-12-02 20:48:43 +01:00
&.private {
background-color: #fcf8e9;
}
2015-11-13 12:05:48 -05:00
2017-12-02 20:48:43 +01:00
a {
padding: 6px 1.2em;
display: block;
2015-12-07 21:20:54 +01:00
2020-02-11 11:02:41 -06:00
.svg {
2019-05-14 02:54:23 +02:00
color: #888888;
2016-07-16 12:45:13 +08:00
2017-12-02 20:48:43 +01:00
&.rear {
2019-05-13 08:26:32 +02:00
font-size: 15px;
2017-12-02 20:48:43 +01:00
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.star-num {
font-size: 12px;
}
}
}
}
2016-01-11 20:41:43 +08:00
2017-12-02 20:48:43 +01:00
.repo-owner-name-list {
.item-name {
max-width: 70%;
2019-05-13 08:26:32 +02:00
margin-bottom: -4px;
2017-12-02 20:48:43 +01:00
}
}
2016-01-11 20:41:43 +08:00
2017-12-02 20:48:43 +01:00
#collaborative-repo-list {
.owner-and-repo {
max-width: 80%;
2019-05-13 08:26:32 +02:00
margin-bottom: -5px;
2017-12-02 20:48:43 +01:00
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.owner-name {
max-width: 120px;
2019-05-13 08:26:32 +02:00
margin-bottom: -5px;
2017-12-02 20:48:43 +01:00
}
}
}
2015-12-07 21:20:54 +01:00
}