Skip to content

Commit

Permalink
Merge pull request #98 from MakinoharaShoko/Dev_App_Version
Browse files Browse the repository at this point in the history
进一步改善高度单位问题
  • Loading branch information
MakinoharaShoko authored Feb 13, 2022
2 parents bdba3fb + bd633ef commit c5c4e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/assets/style/Load_Save.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
}

.LS_Items{
padding: 5px 10px 10px 10px;
height: 75%;
padding: 5px 10px 5px 10px;
height: 100%;
display: flex;
justify-items: center;
justify-content: center;
Expand Down Expand Up @@ -125,7 +125,7 @@


.LS_ButtonList{
height: calc(100vh - 180px);
height: calc(100% - 80px);
overflow: scroll;
overflow-scrolling: auto;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ a:visited {
flex-flow: column-reverse;
width: 100%;
padding: 0 5% 0 0;
height: calc(100vh - 15px - 55px);
height: calc(100% - 15px - 55px);
overflow: scroll;
}

Expand Down

0 comments on commit c5c4e74

Please sign in to comment.