Skip to content

◆DevelopersIO by syon

Details

Authorsyon

LicenseNo License

Categoryclassmethod

Created

Updated

Size636 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simplify DevelopersIO

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ◆DevelopersIO
@version      20220614.00.46
@namespace    userstyles.world/user/syon
@description  Simplify DevelopersIO
@author       syon
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://dev.classmethod.jp/articles/") {
header,
.side-left,
.side-right,
.related,
.share-navigation,
.footer-banner,
footer {
  display: none !important;
}

.main {
  width: 1000px;
  max-width: none;
  margin: auto;
}

.container {
  box-shadow: none;
}

.content {
  width: auto;
  max-width: none;
  padding: 48px;
}

.article-header {
  padding: 0 48px;
}

.eyecatch {
  width: 100%;
}
}

Reviews

No reviews yet.