Skip to content

Instantly share code, notes, and snippets.

@danie1k
Last active January 28, 2021 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danie1k/4a09324c1e0191199c49fa01c5a49103 to your computer and use it in GitHub Desktop.
Save danie1k/4a09324c1e0191199c49fa01c5a49103 to your computer and use it in GitHub Desktop.
BitBucket New Style Pull Request view user-style
.sc-jtRlXQ {
padding-left: 2.5rem;
}
/* background */
.sc-fOICqy {
border-radius: 24px 16px 16px 16px;
border: 1px solid #fff;
margin-right: -1px;
margin-bottom: -1px;
}
.sc-fOICqy .sc-fOICqy {
background: rgba(154, 154, 238, 0.10);
box-shadow: 1px 1px 2px 0 rgba(154, 154, 238, 0.5);
}
.sc-fOICqy .sc-fOICqy .sc-fOICqy .sc-fOICqy {
background: rgba(154, 154, 238, 0.30);
}
/* mrgin -> padding fix */
.sc-fOICqy {
padding-top: 0;
margin-top: 1rem;
}
.sc-jtRlXQ {
padding-top: 0;
margin-top: 0;
}
/* reply menu */
.dIdaip {
/*background: #fff;*/
border-radius: 5px 0 16px 5px;
padding-left: 5px;
padding-bottom: 2px;
}
/* smaller avatar */
.css-hk6asl {
width: 20px;
height: 20px;
}
/* reply time */
.sc-bGbJRg {
font-style: italic;
float: right;
color: rgba(154, 154, 238, 0.75) !important;
}
/* links */
.dpqSFc {
text-decoration: underline;
}
/* comment text area */
.DoWGI, .cFOxNh {
padding-right: 1rem;
}
/* code block */
.code-block {
border: 1px solid rgb(213, 213, 213);
border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment