Skip to content

Commit

Permalink
🔥 correção no css
Browse files Browse the repository at this point in the history
  • Loading branch information
saulotarsobc committed Apr 20, 2023
1 parent 8729f94 commit 92d2d45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sc-imagen-on-second-screen",
"version": "3.0.0",
"version": "3.1.0",
"description": "App para exibir imagens numa segunda dela. => App to display images on second screen",
"main": "src/index.js",
"icon": "./build/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const createWindow = () => {
width: 360,
minWidth: 360,
maxWidth: 360,
height: 500,
height: 520,
frame: false,
autoHideMenuBar: true,
webPreferences: {
Expand Down
2 changes: 1 addition & 1 deletion src/view/css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/view/css/main.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/view/scss/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ section#home {
// padding: 3px;

#app_control {
height: 25px;
// height: 25px;
width: 100%;
background-color: #161616;

Expand Down Expand Up @@ -102,7 +102,7 @@ section#home {

#midias_list {
width: 100%;
height: calc(100vh - 40px - 20px);
height: calc(100vh - 40px - 20px - 16px - 3px);
overflow: scroll;
border-radius: 4px;
padding: 0 20px;
Expand Down

0 comments on commit 92d2d45

Please sign in to comment.