mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-08 06:32:46 +00:00
images
This commit is contained in:
parent
42e31a7f24
commit
a2a21c12de
@ -86,8 +86,16 @@ export default class Rewind extends Component {
|
|||||||
<div class="rewind-report">
|
<div class="rewind-report">
|
||||||
{{#if (eq report.identifier "reactions")}}
|
{{#if (eq report.identifier "reactions")}}
|
||||||
<Reactions @report={{report}} />
|
<Reactions @report={{report}} />
|
||||||
|
<Reactions @report={{report}} />
|
||||||
|
<Reactions @report={{report}} />
|
||||||
|
<Reactions @report={{report}} />
|
||||||
|
|
||||||
{{else if (eq report.identifier "activity-calendar")}}
|
{{else if (eq report.identifier "activity-calendar")}}
|
||||||
<ActivityCalendar @report={{report}} />
|
<ActivityCalendar @report={{report}} />
|
||||||
|
<ActivityCalendar @report={{report}} />
|
||||||
|
<ActivityCalendar @report={{report}} />
|
||||||
|
<ActivityCalendar @report={{report}} />
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{!-- {{else if (eq report.identifier "fbff")}}
|
{{!-- {{else if (eq report.identifier "fbff")}}
|
||||||
<FBFF @report={{report}} />
|
<FBFF @report={{report}} />
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.rewind-card {
|
.rewind-card {
|
||||||
box-shadow: 0 0 0 1px var(--primary-300), 0 0 0 4px var(--primary-100);
|
box-shadow: 0 0 0 1px var(--primary-200);
|
||||||
border-radius: calc(var(--d-border-radius) / 2);
|
border-radius: var(--d-border-radius);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
width: calc(100vw - (100vw - 100%) + 2px);
|
width: calc(100vw - (100vw - 100%) + 2px);
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: rgba(255, 255, 255, 0.5);
|
background: rgba(var(--secondary-rgb), 0.5);
|
||||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||||
backdrop-filter: blur(4.9px);
|
backdrop-filter: blur(4.9px);
|
||||||
-webkit-backdrop-filter: blur(4.9px);
|
-webkit-backdrop-filter: blur(4.9px);
|
||||||
|
BIN
public/images/bg-1.png
Normal file
BIN
public/images/bg-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 500 KiB |
BIN
public/images/bg-2.png
Normal file
BIN
public/images/bg-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user