mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
thumbnail in report matches main thumbnail style
This commit is contained in:
parent
a344f1280d
commit
6bbc62c5e3
1 changed files with 6 additions and 3 deletions
|
@ -75,9 +75,12 @@
|
|||
}
|
||||
|
||||
.studio-report-tile-image {
|
||||
border-radius: 0.5rem;
|
||||
max-width: 130px;
|
||||
max-height: 100px;
|
||||
width: 150px;
|
||||
height: 98px;
|
||||
border-radius: 4px;
|
||||
background: white;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.studio-report-selected {
|
||||
|
|
Loading…
Reference in a new issue