쉘터에서 글을 넓게 보세요!
shelter.id - 글 넓게 보기 by MaGyul
Details
AuthorMaGyul
LicenseMIT
Categoryshelter.id
Created
Updated
Size592 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 shelter.id - 글 넓게 보기
@version 20240828.12.37
@namespace https://userstyles.world/user/MaGyul
@description 쉘터에서 글을 넓게 보세요!
@author MaGyul
@license MIT
==/UserStyle== */
@-moz-document domain("shelter.id") {
body > app-root > ng-component > app-modal-wrapper > app-shelter-modal-navigator > div.modal-navigator, #modalScroll {
max-width: 80% !important;
}
#modalScroll app-html-content-viewer > div.art_txt > :not(:has(:where(.video-js, img, iframe, embed, object))) {
zoom: var(--noan-zoom, 1.2);
}
}