Compare commits
5 Commits
4dd9088f25
...
9292d4f991
Author | SHA1 | Date | |
---|---|---|---|
|
9292d4f991 | ||
|
7c98a32452 | ||
|
3659b4555e | ||
|
6363550123 | ||
|
53e4683d98 |
5
.github/workflows/extend-awards.yml
vendored
5
.github/workflows/extend-awards.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: extend-awards
|
name: extend-awards
|
||||||
run-name: Extending awards
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [ closed ]
|
types: [ closed ]
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -12,7 +11,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
if_merged:
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'pull_request' &&
|
github.event_name == 'pull_request_target' &&
|
||||||
github.event.action == 'closed' &&
|
github.event.action == 'closed' &&
|
||||||
github.event.pull_request.merged == true &&
|
github.event.pull_request.merged == true &&
|
||||||
github.event.pull_request.head.ref != 'extend-awards/patch'
|
github.event.pull_request.head.ref != 'extend-awards/patch'
|
||||||
|
@ -175,13 +175,15 @@ SatsAllDay,issue,#1820,#1819,easy,,,1,9k,weareallsatoshi@getalby.com,2025-01-27
|
|||||||
Soxasora,pr,#1814,#1736,easy,,,,100k,soxasora@blink.sv,2025-01-27
|
Soxasora,pr,#1814,#1736,easy,,,,100k,soxasora@blink.sv,2025-01-27
|
||||||
jason-me,pr,#1857,,easy,,,,100k,rrbtc@vlt.ge,2025-02-08
|
jason-me,pr,#1857,,easy,,,,100k,rrbtc@vlt.ge,2025-02-08
|
||||||
ed-kung,pr,#1901,#323,good-first-issue,,,,20k,simplestacker@getalby.com,2025-02-14
|
ed-kung,pr,#1901,#323,good-first-issue,,,,20k,simplestacker@getalby.com,2025-02-14
|
||||||
Scroogey-SN,pr,#1911,#1905,good-first-issue,,,1,18k,???,???
|
Scroogey-SN,pr,#1911,#1905,good-first-issue,,,1,18k,Scroogey@coinos.io,???
|
||||||
Scroogey-SN,pr,#1928,#1924,good-first-issue,,,,20k,???,???
|
Scroogey-SN,pr,#1928,#1924,good-first-issue,,,,20k,Scroogey@coinos.io,???
|
||||||
dtonon,issue,#1928,#1924,good-first-issue,,,,2k,???,???
|
dtonon,issue,#1928,#1924,good-first-issue,,,,2k,???,???
|
||||||
ed-kung,pr,#1926,#1914,medium-hard,,,,500k,simplestacker@getalby.com,???
|
ed-kung,pr,#1926,#1914,medium-hard,,,,500k,simplestacker@getalby.com,???
|
||||||
ed-kung,issue,#1926,#1914,medium-hard,,,,50k,simplestacker@getalby.com,???
|
ed-kung,issue,#1926,#1914,medium-hard,,,,50k,simplestacker@getalby.com,???
|
||||||
ed-kung,pr,#1926,#1927,easy,,,,100k,simplestacker@getalby.com,???
|
ed-kung,pr,#1926,#1927,easy,,,,100k,simplestacker@getalby.com,???
|
||||||
ed-kung,issue,#1926,#1927,easy,,,,10k,simplestacker@getalby.com,???
|
ed-kung,issue,#1926,#1927,easy,,,,10k,simplestacker@getalby.com,???
|
||||||
ed-kung,issue,#1913,#1890,good-first-issue,,,,2k,simplestacker@getalby.com,???
|
ed-kung,issue,#1913,#1890,good-first-issue,,,,2k,simplestacker@getalby.com,???
|
||||||
Scroogey-SN,pr,#1930,#1167,good-first-issue,,,,20k,???,???
|
Scroogey-SN,pr,#1930,#1167,good-first-issue,,,,20k,Scroogey@coinos.io,???
|
||||||
itsrealfake,issue,#1930,#1167,good-first-issue,,,,2k,???,???
|
itsrealfake,issue,#1930,#1167,good-first-issue,,,,2k,???,???
|
||||||
|
Scroogey-SN,pr,#1948,#1849,medium,urgent,,,750k,Scroogey@coinos.io,???
|
||||||
|
felipebueno,issue,#1947,#1945,good-first-issue,,,,2k,felipebueno@blink.sv,???
|
||||||
|
|
@ -167,6 +167,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
overflow: hidden;
|
||||||
max-height: 25vh;
|
max-height: 25vh;
|
||||||
aspect-ratio: var(--aspect-ratio);
|
aspect-ratio: var(--aspect-ratio);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -194,11 +195,15 @@
|
|||||||
.p:has(> .mediaContainer) .mediaContainer img,
|
.p:has(> .mediaContainer) .mediaContainer img,
|
||||||
.p:has(> .mediaContainer) .mediaContainer video
|
.p:has(> .mediaContainer) .mediaContainer video
|
||||||
{
|
{
|
||||||
block-size: revert-layer;
|
|
||||||
min-width: 30%;
|
min-width: 30%;
|
||||||
max-width: stretch;
|
max-width: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p:has(> .mediaContainer) .mediaContainer img
|
||||||
|
{
|
||||||
|
block-size: revert-layer;
|
||||||
|
}
|
||||||
|
|
||||||
.p.onlyImages {
|
.p.onlyImages {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user