fit to window width
DIYで修理・住まいを助ける方法 mayap.net fit to width by nullpage
Details
Authornullpage
LicenseCC Zero
Categoryuserstyles
Created
Updated
Size588 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
2022-02-07 1st Posting
Source code
/* ==UserStyle==
@name DIYで修理・住まいを助ける方法 mayap.net fit to width
@version 20220207.11.21
@namespace userstyles.world/user/nullpage
@description fit to window width
@author nullpage
@license CC Zero
==/UserStyle== */
@-moz-document domain("mayap.net") {
body {font: initial; background: none;}
#container {width: auto;}
header {width: auto; height: auto;}
header #logo {position: static;}
#main {width: calc(100% - 212px); margin-bottom: 0; padding: 0; border-right: 0;}
#sub {margin-bottom: 0; padding: 0; border-left: 0;}
}