Remove volume controls and play at 100%.
Eliminates volume sliders on main and share pages and hard-sets preview + Motif playback volume to 1.0 across the app.
This commit is contained in:
@@ -320,14 +320,7 @@
|
||||
max-width: 72ch;
|
||||
}
|
||||
|
||||
.volume-row {
|
||||
margin-top: 14px;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.volume-row label {
|
||||
font-size: 12px;
|
||||
color: rgba(255,255,255,0.5);
|
||||
}
|
||||
/* No volume control on share page */
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -370,12 +363,6 @@
|
||||
Rendered using Motif’s Wario game-console engine.
|
||||
</div>
|
||||
|
||||
<!-- Optional volume (acceptable) -->
|
||||
<div class="volume-control volume-row" style="min-width: 0;">
|
||||
<label for="volume" style="min-width: auto;">Volume</label>
|
||||
<input id="volume" type="range" min="0" max="1" step="0.01" value="0.7" />
|
||||
</div>
|
||||
|
||||
<!-- 7. Primary CTA (single) -->
|
||||
<div style="margin-top: 18px;">
|
||||
<a id="generateOwn" href="/" style="display:inline-block; color: rgba(0,255,136,0.92); text-decoration:none; font-weight: 650;">
|
||||
|
||||
Reference in New Issue
Block a user