Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a0bd48

Browse files
design fix for macosx
1 parent3c17215 commit0a0bd48

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

‎daisy_sequence/css/style.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ html, body{
99
background:rgba(245,245,245,1);
1010
}
1111

12+
body{
13+
}
14+
1215
div{
1316
margin:0px;
1417
padding:0px;
1518
}
1619

17-
input{
20+
input,textarea{
1821
font-family: Consolas,'Courier New', Courier, Monaco, monospace;
19-
vertical-align: bottom;
22+
font-size:110%;
23+
}
24+
button,select{
25+
font-size:100%;
2026
}
2127

2228
input[type="number"]{
@@ -35,7 +41,6 @@ input[type="checkbox"][disabled] + span{
3541

3642
#edit-control{
3743
text-align: right;
38-
font-size:120%;
3944
}
4045

4146
.box-container{
@@ -59,7 +64,6 @@ table th{
5964
}
6065

6166
#tool{
62-
font-size:120%;
6367
height:calc(99%-48px);
6468
}
6569

@@ -97,8 +101,7 @@ table th{
97101

98102
#property-editor{
99103
min-width:270px;
100-
font-size:120%;
101-
overflow:visible auto;
104+
overflow: visible auto;
102105
}
103106

104107
#canvas-header{
@@ -114,8 +117,8 @@ table th{
114117
#canvas-container{
115118
border: solid1pxrgba(0,0,0,0.3);
116119
background: white;
117-
position:absolute;top:54px;bottom:4px;left:330px;right:4px;
118-
overflow:auto;
120+
position:absolute;top:54px;bottom:4px;left:350px;right:4px;
121+
overflow:auto;
119122
cursor: default;
120123
}
121124

‎daisy_sequence/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function createWindow () {
2121
// Create the browser window.
2222
win=newBrowserWindow({
2323
width:1000,
24-
height:680,
24+
height:620,
2525
webPreferences:{
2626
nodeIntegration:true
2727
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp