/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
html/browser/bookbinder.css
23 строки
597 B
SECBATON GRIFFON
Library QoL (Book binder and scanner updates) (#38944)
31 янв 2026, 21:53
Не верифицирован
31 янв 2026, 21:53
c3e48e0
Код
Авторство
О чём код?
.bookIconWrapper{ display: inline-block; padding:0px 4px 0px 4px; margin:0 2px 2px 0; } .bookIcon { /* The image will be enlarged to 64x64, the box that contains it will remain 32x32 though. Essentially cropping it out. */ width: 32px; height: 64px; /* Since we can't really crop we're just hiding the rest */ overflow: hidden; } .bookIcon img { /* Blow it up baby */ width: 64px; height: 64px; /* "Center" it, since we can only crop out the top-left */ margin: -16px -16px -16px -16px; /* Remove antialias to prevent cataracts */ image-rendering: pixelated; }