Compare commits
No commits in common. "9292d4f991f68872470f39421391732168e82bb1" and "4dd9088f25534a9114bdf3833dc4044dbf11513c" have entirely different histories.
9292d4f991
...
4dd9088f25
5
.github/workflows/extend-awards.yml
vendored
5
.github/workflows/extend-awards.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: extend-awards
|
name: extend-awards
|
||||||
|
run-name: Extending awards
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types: [ closed ]
|
types: [ closed ]
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -11,7 +12,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
if_merged:
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'pull_request_target' &&
|
github.event_name == 'pull_request' &&
|
||||||
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,15 +175,13 @@ 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@coinos.io,???
|
Scroogey-SN,pr,#1911,#1905,good-first-issue,,,1,18k,???,???
|
||||||
Scroogey-SN,pr,#1928,#1924,good-first-issue,,,,20k,Scroogey@coinos.io,???
|
Scroogey-SN,pr,#1928,#1924,good-first-issue,,,,20k,???,???
|
||||||
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@coinos.io,???
|
Scroogey-SN,pr,#1930,#1167,good-first-issue,,,,20k,???,???
|
||||||
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,7 +167,6 @@
|
|||||||
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;
|
||||||
@ -195,15 +194,11 @@
|
|||||||
.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