i don even know anymore

This commit is contained in:
2026-06-03 00:10:21 -04:00
parent eba2031b99
commit 4eca9df6cc
2 changed files with 149 additions and 98 deletions
+23 -23
View File
@@ -2009,7 +2009,7 @@ body {
}
.location-log-col {
width: 200px;
width: 280px;
flex-shrink: 0;
display: flex;
flex-direction: column;
@@ -2017,17 +2017,19 @@ body {
}
.location-log-title {
color: #6b7280;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 14px 16px 8px;
padding: 12px 16px;
font-size: 14px;
font-weight: bold;
color: #e0e0e0;
border-bottom: 1px solid #2e303a;
}
.location-log-content {
flex: 1;
overflow-y: auto;
padding: 0 16px 12px;
min-height: 0;
max-height: 130px;
}
.location-log-line {
@@ -2119,53 +2121,51 @@ body {
.location-surrounding-desc {
color: #9ca3af;
font-size: 13px;
padding: 12px 16px;
padding: 14px 16px;
line-height: 1.5;
border-bottom: 1px solid #1f2028;
}
.location-surrounding-connections {
padding: 8px 16px 12px;
border-bottom: 1px solid #1f2028;
}
.location-surrounding-shops {
padding: 8px 16px 12px;
}
.location-surrounding-subtitle {
color: #6b7280;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 6px;
margin-top: 4px;
padding: 14px 16px 6px;
}
.location-surrounding-connection {
color: #5F71C5;
font-size: 13px;
padding: 3px 0;
padding: 10px 16px;
border-bottom: 1px solid #1f2028;
}
.location-surrounding-shop {
color: #e0e0e0;
font-size: 13px;
padding: 3px 0;
padding: 10px 16px;
border-bottom: 1px solid #1f2028;
}
.location-surrounding-corpse {
color: #6b7280;
font-size: 13px;
padding: 10px 16px;
border-bottom: 1px solid #1f2028;
}
.location-npc-row {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
padding: 10px 16px;
border-bottom: 1px solid #1f2028;
border-radius: 1px;
}
.location-npc-name {
color: #e0e0e0;
font-size: 16px;
font-size: 15px;
font-weight: bold;
flex: 1;
}