Skip to content

Commit 6318885

Browse files
committed
fix buttons
1 parent 2d036c7 commit 6318885

1 file changed

Lines changed: 13 additions & 32 deletions

File tree

www/css/os9.css

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,56 +1415,37 @@ v-h { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden;
14151415

14161416
.talk-links {
14171417
display: flex;
1418-
flex-direction: column;
1419-
gap: 10px;
1418+
flex-wrap: wrap;
1419+
gap: 12px;
14201420
margin: 1rem 0 2rem;
1421-
max-width: 28ch;
14221421
}
14231422

14241423
.talk-link {
14251424
display: flex;
14261425
align-items: center;
1427-
justify-content: center;
1428-
gap: 10px;
1429-
padding: 10px 18px;
1426+
gap: 8px;
1427+
padding: 8px 16px;
14301428
text-decoration: none;
14311429
font-family: var(--font-heading);
1432-
font-size: 1rem;
1430+
font-size: 0.85rem;
14331431
color: var(--text);
14341432
border-radius: 4px;
1435-
border: 1px solid #a0a0a0;
1436-
border-top-color: #d8d8d8;
1437-
border-left-color: #d8d8d8;
1438-
border-bottom-color: #888888;
1439-
border-right-color: #888888;
1440-
background: linear-gradient(180deg, #f8f8f8 0%, #e0e0e0 50%, #d0d0d0 100%);
1441-
box-shadow:
1442-
inset 0 1px 0 rgba(255,255,255,0.8),
1443-
0 1px 2px rgba(0,0,0,0.1),
1444-
0 2px 4px rgba(0,0,0,0.04);
1445-
transition: none !important;
1433+
border: 1px solid #ccc;
1434+
background: #fafafa;
1435+
box-shadow: 0 1px 2px rgba(0,0,0,0.06);
14461436
}
14471437

14481438
.talk-link:hover {
1449-
background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 50%, #d8d8d8 100%);
1439+
background: #f0f0f0;
1440+
border-color: #aaa;
14501441
color: var(--text);
14511442
}
14521443

1453-
.talk-link:active {
1454-
border-top-color: #888888;
1455-
border-left-color: #888888;
1456-
border-bottom-color: #d8d8d8;
1457-
border-right-color: #d8d8d8;
1458-
background: linear-gradient(180deg, #c8c8c8 0%, #d8d8d8 100%);
1459-
box-shadow: inset 0 2px 4px rgba(0,0,0,0.18);
1460-
transform: translate(1px, 1px);
1461-
}
1462-
14631444
.talk-link svg {
1464-
width: 18px;
1465-
height: 18px;
1445+
width: 16px;
1446+
height: 16px;
14661447
flex-shrink: 0;
1467-
opacity: 0.7;
1448+
opacity: 0.6;
14681449
}
14691450

14701451
.talk-link:hover svg {

0 commit comments

Comments
 (0)