mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
constrain thumbnail size
This commit is contained in:
parent
ba2ef16c0e
commit
c7df1227ff
1 changed files with 3 additions and 1 deletions
|
@ -145,11 +145,13 @@ $radius: 8px;
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.studio-report-tile-image {
|
||||
border-radius: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
max-width: 130px;
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
.studio-report-selected {
|
||||
|
|
Loading…
Reference in a new issue