Makes the webcam thumbnails at the top bigger
app.gather.town - bigger webcam thumbnails by aspiers
Details
Authoraspiers
LicenseCC Zero
Categoryapp.gather.town
Created
Updated
Size399 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 app.gather.town - bigger webcam thumbnails
@version 20230509.15.22
@namespace userstyles.world/user/aspiers
@description Makes the webcam thumbnails at the top bigger
@author aspiers
@license CC Zero
==/UserStyle== */
@-moz-document domain("app.gather.town") {
.GameVideosContainer-videobar-content > div {
width: 400px;
height: 250px;
}
}