mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Updated documentation
This commit is contained in:
+10
-5
@@ -109,16 +109,15 @@
|
||||
@media (max-width: 603px) {
|
||||
/* line 5, ../sass/phone/_viewport.scss */
|
||||
#interactive.viewport {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* line 11, ../sass/phone/_viewport.scss */
|
||||
#interactive.viewport canvas, video {
|
||||
margin-top: -50px;
|
||||
width: 300px;
|
||||
height: 400px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
/* line 15, ../sass/phone/_viewport.scss */
|
||||
#interactive.viewport canvas.drawingBuffer, video.drawingBuffer {
|
||||
@@ -130,6 +129,12 @@
|
||||
margin-top: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#result_strip ul.thumbnails {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* line 24, ../sass/phone/_viewport.scss */
|
||||
#result_strip ul.thumbnails > li {
|
||||
width: 150px;
|
||||
|
||||
@@ -276,6 +276,14 @@ footer {
|
||||
header ul.github {
|
||||
display:none;
|
||||
}
|
||||
|
||||
a > img:first-child:last-child {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a > img {
|
||||
width: 49%;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
Reference in New Issue
Block a user