Makes Catan Universe full window, working as of 2021.
Catan Universe Full Window 2021 by anemochore
Details
Authoranemochore
LicenseCC0-1.0
Categoryhttps://catanuniverse.com/en/game/
Created
Updated
Size650 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 Catan Universe Full Window 2021
@namespace USO Archive
@author anemochore
@description `Makes Catan Universe full window, working as of 2021.`
@version 20210801.12.25
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url("https://catanuniverse.com/en/game/") {
header, footer {
display: none;
}
body {
overflow-y: hidden;
}
body #page {
padding-top: 0;
}
.vc_column_container>.vc_column-inner {
padding: 0;
}
.game-content-control {
position: absolute;
z-index: 2;
}
.template-wrap {
width: inherit;
margin: 0;
}
.game-view {
width: 100%;
}
}