Profile style tweaks
This commit is contained in:
fraxle
2026-06-05 05:14:27 +01:00
parent f9b5c2b248
commit 3ebecc841e
2 changed files with 20 additions and 13 deletions
+11 -8
View File
@@ -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;
}