analyse/gamebook: Fix analyse toggle style

pull/9306/head
Benedikt Werner 2021-06-29 13:57:04 +02:00
parent bb00361f7b
commit 034c94d68e
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
3 changed files with 19 additions and 16 deletions

View File

@ -0,0 +1,16 @@
.study__buttons {
align-items: stretch;
.right {
@extend %flex-center;
align-items: stretch;
justify-content: flex-end;
}
.fbt {
@extend %flex-center-nowrap, %box-radius-top;
padding: 0 0.5em;
}
}

View File

@ -1,19 +1,4 @@
.study__buttons {
align-items: stretch;
.right {
@extend %flex-center;
align-items: stretch;
justify-content: flex-end;
}
.preview {
@extend %flex-center-nowrap, %box-radius-top;
padding: 0 0.5em;
}
}
@import "common";
.gamebook-edit {
@extend %flex-column;

View File

@ -1,3 +1,5 @@
@import "common";
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);