Skip to content

Tanki QoL by doomersson

Details

Authordoomersson

LicenseMIT

Categorytankionline.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minor changes to the game

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Tanki QoL
@version      20240927.02.49
@namespace    https://userstyles.world/user/doomersson
@description  Minor changes to the game
@author       doomersson
@license      MIT
==/UserStyle== */

@-moz-document domain("tankionline.com") {
}
.BattleTabStatisticComponentStyle-resistanceModuleCell {
    min-width: 10em;
    width: 10em !important;
    visibility: unset !important;
}
.Common-flexStartAlignStartColumn {
  right: 0rem;
  bottom: -3px;
}
.CssCommonAnimations-appearFromLeft {
    animation: fadeInFromRight 0.2s ease-out;
}
@keyframes fadeInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInFromRight {
    animation: fadeInFromRight 0.5s ease-out;
}
.BattleFinishStyle-container { 
    position: absolute;
    background: rgba(0, 0, 0, 0); /*end screen opacity*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
}

Reviews

No reviews yet.