ขยายแผนที่ CCTV ให้ดูเต็มๆ ตาหน่อย
bmatraffic.com - Fullscreen Map by iannnnn
Details
Authoriannnnn
LicenseNo License
Categoryuserstyles
Created
Updated
Size539 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bmatraffic.com - Fullscreen Map
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fullscreen Map
@author iannnnn
==/UserStyle== */
@-moz-document domain("bmatraffic.com") {
#map_canvas {
height: 100%;
width: 100%;
}
#map-wrapper {
height: 100%;
width: 100%;
}
#top-wrap {
width: 100%;
height: 30px;
position: absolute;
}
#contents_test {
height: 1080px !important;
}
}