Update bookmarklet.js
This commit is contained in:
parent
67f589933f
commit
c4c40002b9
@ -692,7 +692,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="author">© qoomon.com Bengt Brodersen</div>
|
||||
<div class="author">
|
||||
<span>©BengtBrodersen</span><br>
|
||||
qoomon.com
|
||||
</div>
|
||||
*/
|
||||
}));
|
||||
|
||||
@ -712,7 +715,7 @@ html {
|
||||
background: WHITE;
|
||||
padding: 0rem;
|
||||
margin: 0rem;
|
||||
font-size: 1.0cm;
|
||||
font-size: 1.3cm;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
body {
|
||||
@ -725,10 +728,19 @@ body {
|
||||
left: 100%;
|
||||
}
|
||||
.author {
|
||||
color: DIMGREY;
|
||||
position: absolute;
|
||||
top:0.6rem;
|
||||
left:calc(50% - 3rem);
|
||||
top:0.35rem;
|
||||
left:calc(50% - 2rem);
|
||||
font-size: 0.6rem;
|
||||
overflow:visible;
|
||||
line-height: 0.38rem;
|
||||
}
|
||||
.author > span {
|
||||
position: relative;
|
||||
left: 0.23rem;
|
||||
font-size: 0.6em;
|
||||
text-align: center;
|
||||
}
|
||||
.card {
|
||||
position: relative;
|
||||
@ -736,9 +748,8 @@ body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0.5cm;
|
||||
min-width:19.0rem;
|
||||
min-width:14.0rem;
|
||||
min-height:10.0rem;
|
||||
|
||||
border-color: LightGray;
|
||||
border-style: dotted;
|
||||
border-width: 0.03cm;
|
||||
@ -756,7 +767,7 @@ body {
|
||||
height: 100%;
|
||||
margin-left: 0.4rem;
|
||||
margin-right: 0.4rem;
|
||||
padding-top: 1.2rem;
|
||||
padding-top: 1.1rem;
|
||||
padding-bottom: 1.1rem;
|
||||
padding-left: 0.4rem;
|
||||
padding-right: 0.4rem;
|
||||
@ -776,15 +787,13 @@ body {
|
||||
}
|
||||
.issue-summary {
|
||||
font-weight: bold;
|
||||
display: -webkit-box;
|
||||
//-webkit-line-clamp: 2;
|
||||
//-webkit-box-orient: vertical;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.issue-description {
|
||||
margin-top: 0.4rem;
|
||||
margin-top: 0.1rem;
|
||||
display: block;
|
||||
font-size: 0.5rem;
|
||||
line-height: 0.52rem;
|
||||
font-size: 0.6rem;
|
||||
line-height: 0.62rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.issue-description p:first-of-type {
|
||||
@ -798,8 +807,8 @@ body {
|
||||
left: 1rem;
|
||||
top: 1.2rem;
|
||||
height: 1.5rem;
|
||||
max-width: calc(85% - 5rem);
|
||||
min-width: 5rem;
|
||||
max-width: calc(100% - 7.5rem);
|
||||
min-width: 4rem;
|
||||
padding-left: 2.1rem;
|
||||
padding-right: 0.4rem;
|
||||
background-color: WHITESMOKE;
|
||||
@ -873,7 +882,7 @@ body {
|
||||
}
|
||||
.issue-attachment {
|
||||
position: absolute;
|
||||
left:2.8rem;
|
||||
left:2.5rem;
|
||||
top: 0rem;
|
||||
width: 2.0rem;
|
||||
height: 2.0rem;
|
||||
@ -905,12 +914,12 @@ body {
|
||||
}
|
||||
.issue-epic-box {
|
||||
position: absolute;
|
||||
right:3.0rem;
|
||||
right:2.5rem;
|
||||
top: 0rem;
|
||||
width: auto;
|
||||
min-width: 6rem;
|
||||
min-width: 2rem;
|
||||
width: auto;
|
||||
max-width: 10rem;
|
||||
max-width: calc(100% - 7.5rem);
|
||||
height: auto;
|
||||
max-height: 2.2rem;
|
||||
padding-top: 0.1rem;
|
||||
@ -918,15 +927,13 @@ body {
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.3rem;
|
||||
text-align: left;
|
||||
font-size: 0.6rem;
|
||||
line-height: 0.8rem;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
font-size: 0.5rem;
|
||||
line-height: 0.55rem;
|
||||
}
|
||||
.issue-epic-id {
|
||||
font-size: 0.5rem;
|
||||
font-weight: bold;
|
||||
max-width: 1rem;
|
||||
}
|
||||
.issue-epic-name {
|
||||
margin-left: 0.1rem;
|
||||
@ -982,7 +989,6 @@ body {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.zigzag {
|
||||
border-bottom-width: 0rem;
|
||||
}
|
||||
@ -1012,7 +1018,7 @@ body {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
}).replace(/https:\/\/qoomon.github.io\/Jira-Issue-Card-Printer\/resources/g, global.resourceOrigin));
|
||||
return result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user