Skip to content

Commit

Permalink
Fixed options page
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Apr 24, 2021
1 parent 431b5bd commit bab6973
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "'Improve YouTube!' (Video & YouTube Tools)🎧",
"short_name": "ImprovedTube",
"description": "Make YouTube tidy & powerful! YouTube Player Size Theme Quality Auto HD Colors Playback Speed Style ad block Playlist Channel H.264",
"version": "3.227",
"version": "3.228",
"default_locale": "en",
"icons": {
"128": "assets/icons/128.png",
Expand Down
21 changes: 21 additions & 0 deletions popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -1914,4 +1914,25 @@ html[it-improvedtube-home='list'] .satus-section--info
background: transparent !important;
border: none !important;
display: flex !important;
}


/*---------------------------------------------------------------
# OPTIONS
---------------------------------------------------------------*/

@media (min-width: 301px)
{
html
{
display: flex;
justify-content: center;
}

body
{
height: 100vh;
width: 100%;
max-width: 768px;
}
}

0 comments on commit bab6973

Please sign in to comment.