KawAnime/assets/main.css

24 lines
270 B
CSS
Raw Normal View History

.page-enter-active, .page-leave-active
{
2017-04-15 14:16:14 +00:00
transition: opacity .5s;
}
.page-enter, .page-leave-active
{
2017-04-15 14:16:14 +00:00
opacity: 0;
}
.dragable
{
-webkit-app-region: drag;
}
.non-dragable
{
-webkit-app-region: no-drag;
}
.config-modal .modal
{
max-height: 738px;
2017-04-15 14:16:14 +00:00
}