add form link and fix css for full screen mode
This commit is contained in:
21
styles.css
21
styles.css
@@ -38,4 +38,25 @@ a:link {
|
||||
}
|
||||
a:hover {
|
||||
color: #4343ff;
|
||||
}
|
||||
#flash-container {
|
||||
width: 100%;
|
||||
max-width: 80%;
|
||||
aspect-ratio: 4 / 3; /* adjust if needed */
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#flash-container ruffle-player,
|
||||
#flash-container canvas {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#flash-container {
|
||||
width: min(90vw, 800px); /* container size */
|
||||
margin: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user