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