diff --git a/assets/css/table.css b/assets/css/table.css
index 37b2678..74e67ec 100644
--- a/assets/css/table.css
+++ b/assets/css/table.css
@@ -174,8 +174,9 @@
position: relative;
width: 100%;
padding-top:8px;
- padding-bottom:4px;
+ padding-bottom:1px;
background-color: #fffcf2;
+ border-top: 1.5px solid #c9b08a;
border-left: 1.5px solid #c9b08a;
border-right: 1.5px solid #c9b08a;
border-bottom: 1.5px solid #c9b08a;
@@ -243,12 +244,12 @@
justify-content: center;
font-size: 22px;
line-height: 1;
- opacity: 0.45;
+ opacity: 0.7;
transition: opacity 0.2s;
}
.profile-btn:hover .profile-btn-scene {
- opacity: 0.7;
+ opacity: 0.8;
}
.profile-btn.active .profile-btn-scene {
@@ -294,8 +295,9 @@
/* Tab strip above the profile scroll row */
.profile-tabs {
display: flex;
- width: 100%;
- border-bottom: 1.5px solid #c9b08a;
+ width: 360px;
+ margin-left: auto;
+ margin-right: auto;
margin-bottom: 0px;
}
.profile-tab {
@@ -303,11 +305,10 @@
padding: 7px 4px;
background: transparent;
border: none;
- border-bottom: 2.5px solid transparent;
+ border-bottom: 1.5px solid transparent;
border-left: 1.5px solid #f5edd6;
border-right: 1.5px solid #f5edd6;
border-top: 1.5px solid #f5edd6;
- margin-bottom: -1.5px;
font-family: Manrope, sans-serif;
font-size: 11px;
font-weight: 700;
@@ -317,6 +318,8 @@
cursor: pointer;
transition: color 0.15s, border-color 0.15s;
white-space: nowrap;
+ border-radius:7px 7px 0px 0px;
+ z-index:1;
}
.profile-tab:hover {
color: #c8922a;
@@ -329,7 +332,7 @@
border-left: 1.5px solid #c9b08a;
border-right: 1.5px solid #c9b08a;
border-top: 1.5px solid #c9b08a;
- border-radius:7px 7px 0px 0px
+ margin-bottom: -1.5px;
}
diff --git a/assets/js/components/DayTabs.js b/assets/js/components/DayTabs.js
index 8c2ebf2..6e41acb 100644
--- a/assets/js/components/DayTabs.js
+++ b/assets/js/components/DayTabs.js
@@ -185,7 +185,7 @@ export function DayTabs({
`;
})}
@@ -201,7 +202,7 @@ export function DayTabs({
`)}
@@ -221,7 +223,7 @@ export function DayTabs({
`)}
@@ -241,7 +244,7 @@ export function DayTabs({
`)}