Skip to content

Commit

Permalink
fix: update ui to fit mobile devices (#1308)
Browse files Browse the repository at this point in the history
Co-authored-by: luo.pengcheng <[email protected]>
  • Loading branch information
lpcheng1208 and luo.pengcheng authored Nov 2, 2024
1 parent 5f0d7eb commit c7fc23b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,13 @@ main {
.badge {
margin-right: 20px; /* 给版本号添加右侧间距 */
}
.button-container{
padding:0 !important;
}

.action-button {
display: inline-block;
padding: 6px 12px;
flex:none;
padding:4px 6px;
font-size: 14px;
color: white;
border: 1px solid white;
Expand Down

0 comments on commit c7fc23b

Please sign in to comment.