artistry
Version:
A powerful and configurable stylesheet
23 lines (18 loc) • 545 B
text/stylus
@require "ability-settings.styl";
fillable()
//padding: 0;
.fillable-content
transition: top $fillable-animation-time, right $fillable-animation-time, bottom $fillable-animation-time, left $fillable-animation-time
z-index: 100
&[data-running="true"]
.fillable-content
position: fixed
&[data-filled="true"]
.fillable-content
position: fixed
top: 0
right: 0
bottom: 0
left: 0
.fillable
fillable()