|
@@ -3,12 +3,9 @@
|
|
|
background-color: var(--field-background-color);
|
|
background-color: var(--field-background-color);
|
|
|
box-shadow: var(--shadow);
|
|
box-shadow: var(--shadow);
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
- height: 35.5rem;
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- @media (height < 934px) {
|
|
|
|
|
- height: 31.5rem;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tab-button {
|
|
.tab-button {
|
|
@@ -55,7 +52,3 @@ spell-table {
|
|
|
// 100% - tabbar height
|
|
// 100% - tabbar height
|
|
|
height: calc(100% - 3rem);
|
|
height: calc(100% - 3rem);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-// .button-margin {
|
|
|
|
|
-// margin: 1rem 0rem;
|
|
|
|
|
-// }
|
|
|