Skip to content

Instantly share code, notes, and snippets.

@gjroelofs
Created December 30, 2017 13:15
Show Gist options
  • Save gjroelofs/bc200a8c3dc6d04089cca83de5bd9fb2 to your computer and use it in GitHub Desktop.
Save gjroelofs/bc200a8c3dc6d04089cca83de5bd9fb2 to your computer and use it in GitHub Desktop.
/* Hide description badge */
.badge.is-icon-only {
display: none;
}
/* Make ID smaller */
.card-short-id.hide, .card-short-id {
display: inline-block !important;
font-size: 10px;
font-weight: bold;
margin-right: 0px;
color: #2980b9;
}
/* Ensure we can fully see the card label */
body.tpro-card-labels-size-small .list-card-labels .card-label {
font-size: 8px;
line-height: 13px;
max-width: 100%;
}
/* Card minimization */
.list-card-members .member {
float: right;
margin: 2px 0 0 4px;
}
.member {
background-color: #d6dadc;
border-radius: 25em;
color: #4d4d4d;
cursor: pointer;
display: block;
float: left;
height: 20px;
margin: 0 4px 4px 0;
overflow: visible;
position: relative;
width: 20px;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 0;
}
.member-avatar {
height: 20px;
width: 20px;
border-radius: 25em;
}
.card-connections-menu {
position: absolute;
right: 30px;
top: 1px;
display: inline-block;
width: 18px;
height: 18px;
font-size: 13px;
padding: 5px;
}
.badge {
color: #838c91;
display: inline-block;
margin: 0 4px 0 0;
max-width: 100%;
min-height: 18px;
overflow: hidden;
position: relative;
padding: 1px 2px;
text-decoration: none;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment