|
93 | 93 | #settings #controls #item .title{margin-top:-1px;} |
94 | 94 |
|
95 | 95 | /* iPhone X , XS, 11 Pro */ |
96 | | -@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait){ |
| 96 | +@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait){ |
97 | 97 | #btn{padding:0 10px 0 10px;} |
98 | 98 | #list #items #note #title{margin-left:18px;} |
99 | 99 | #list #items #note #date{margin-right:20px;} |
100 | 100 | #notification{padding:15px 0 25px 0;} |
101 | 101 | } |
102 | 102 |
|
103 | | -@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape){ |
| 103 | +@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: landscape){ |
104 | 104 | #btn{padding:0 20px 0 20px;} |
105 | 105 | #list #items #note #title{margin-left:46px;} |
106 | 106 | #list #items #note #date{margin-right:48px;} |
107 | 107 | #editor #memo{display:block; width:calc(100% - 76px);} |
108 | 108 | } |
109 | 109 |
|
110 | 110 | /* iPhone XR, 11, iPhone XS Max, 11 Pro Max */ |
111 | | -@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait){ |
| 111 | +@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: portrait){ |
112 | 112 | #btn{padding:0 10px 0 10px;} |
113 | 113 | #list #items #note #title{margin-left:18px;} |
114 | 114 | #list #items #note #date{margin-right:20px;} |
115 | 115 | #notification{padding:15px 0 25px 0;} |
116 | 116 | } |
117 | 117 |
|
118 | | -@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape){ |
| 118 | +@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape){ |
119 | 119 | #btn{padding:0 20px 0 20px;} |
120 | 120 | #list #items #note #title{margin-left:46px;} |
121 | 121 | #list #items #note #date{margin-right:48px;} |
|
951 | 951 |
|
952 | 952 | <div id="AboutThemeTime" class="titlebox"></div> |
953 | 953 |
|
954 | | - <div class="titlebox" style="text-align:center;"><br>EasyNotes<br><span id="LastUpdate"></span> 17.11.20<br>https://r57zone.github.io</div> |
| 954 | + <div class="titlebox" style="text-align:center;"><br>EasyNotes<br><span id="LastUpdate"></span> 18.11.20<br>https://r57zone.github.io</div> |
955 | 955 | <br><br> |
956 | 956 | </div> |
957 | 957 | </div> |
|
0 commit comments