chore: fix font in Safari (#2970)

This commit is contained in:
Alex Inkin
2025-06-25 20:55:50 +07:00
committed by GitHub
parent 2983b9950f
commit 35d2ec8a44
52 changed files with 24 additions and 487 deletions

View File

@@ -38,8 +38,8 @@
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
top: 0;
left: 0;
border-radius: 1.5rem;
background-color: rgb(39 39 42);
opacity: 0.6;
@@ -59,13 +59,13 @@
.detail {
margin-top: 0.75rem;
mix-blend-mode: plus-lighter;
&-title {
display: inline-block;
font-size: 1.5rem;
line-height: 2rem;
margin-bottom: 0.25rem;
font-weight: 400;
font-weight: normal;
will-change: transform, text-indent;
}

View File

@@ -70,7 +70,7 @@ import { MarketplacePkgBase } from '../../../types'
span {
font-size: 1rem;
line-height: 1.5rem;
font-weight: 500;
font-weight: 600;
color: rgb(250 250 250 / 0.9);
}
}

View File

@@ -79,14 +79,14 @@ import { SharedPipesModule, TickerComponent } from '@start9labs/shared'
h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: 400;
font-weight: normal;
display: inline-block;
margin-left: -1px;
}
h3 {
font-size: 1.1rem;
font-weight: 400;
font-weight: normal;
margin-bottom: 1rem;
pointer-events: none;
}