Skip to content

Commit

Permalink
Build v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcrisis committed Apr 12, 2021
1 parent 930683b commit dccac05
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "5.6.1",
"version": "5.6.2",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down
28 changes: 26 additions & 2 deletions build/turnStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,22 @@ input.ts_inputs {
display: none; }
.ts_tab h4:not(:first-of-type) {
margin-top: 5px; }
.ts_tab button,
.ts_tab select,
.ts_tab input[type="text"] {
padding: 6px 10px;
width: calc(100% - 5px); }
.ts_tab input[type="text"] {
font-size: 0.9em;
font-weight: normal;
box-sizing: border-box; }
.ts_tab textarea {
font-size: 15px;
font-family: monospace;
text-transform: none !important; }
.ts_tab .ts_toggle {
padding: 0;
display: block; }

.ts_toggle,
.ts_inputs {
Expand All @@ -131,9 +143,21 @@ input.ts_inputs {
color: gold; }

#ts_logs {
height: 200px;
display: none;
overflow: auto;
font-size: 0.85em;
font-weight: normal;
margin-bottom: 40px;
padding: 0 5px 0 20px;
font-family: monospace; }
font-family: monospace;
padding: 10px 5px 10px 20px;
background: rgba(0, 0, 0, 0.2); }
#ts_logs span {
display: block;
padding-left: 10px; }

.ts_has_logging #ts_logs {
display: block; }

#room-view {
background: #000000; }
Expand Down
2 changes: 1 addition & 1 deletion build/turnStyles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles",
"version": "5.6.1",
"version": "5.6.2",
"main": "turnStyles.js",
"repository": "git@github.com:pixelcrisis/turntable-tweaks.git",
"author": "pixelcrisis <pxcrisis@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "5.6.1",
"version": "5.6.2",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down

0 comments on commit dccac05

Please sign in to comment.