mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 05:32:17 +00:00
Minor past prestige tab layout changes
This commit is contained in:
parent
5bea567023
commit
2d344b6c55
@ -183,9 +183,10 @@ export default {
|
||||
}
|
||||
return {
|
||||
width,
|
||||
border: "0.1rem solid #999999",
|
||||
border: "0.05rem solid #999999",
|
||||
margin: "-0.05rem",
|
||||
padding: "0.2rem 0",
|
||||
"border-bottom-width": isHeader ? "0.2rem" : "0.1rem",
|
||||
"border-bottom-width": isHeader ? "0.3rem" : "0.1rem",
|
||||
"font-weight": isHeader ? "bold" : null,
|
||||
color: "var(--color-text)",
|
||||
};
|
||||
@ -196,7 +197,6 @@ export default {
|
||||
|
||||
<template>
|
||||
<div v-if="condition">
|
||||
<br>
|
||||
<div
|
||||
class="c-past-runs-header"
|
||||
@click="toggleShown"
|
||||
@ -260,10 +260,11 @@ export default {
|
||||
|
||||
.c-empty-row {
|
||||
display: block;
|
||||
border: 0.1rem solid #999999;
|
||||
border: 0.05rem solid #999999;
|
||||
color: var(--color-text);
|
||||
width: 100%;
|
||||
padding: 0.2rem 0;
|
||||
margin: -0.1rem;
|
||||
}
|
||||
|
||||
.l-no-records {
|
||||
|
Loading…
Reference in New Issue
Block a user