mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 08:17:26 +08:00
[S] Unify border radius
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
justify-content: space-between
|
||||
width: 100%
|
||||
gap: 12px
|
||||
border-radius: 12px
|
||||
border-radius: $border-radius
|
||||
padding: 6px 12px
|
||||
box-sizing: border-box
|
||||
|
||||
@@ -94,5 +94,5 @@
|
||||
&.alternate
|
||||
background-color: $ov-light
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
@@ -255,7 +255,7 @@ $gap: 20px
|
||||
.pfp
|
||||
width: 100px
|
||||
height: 100px
|
||||
border-radius: 12px
|
||||
border-radius: $border-radius
|
||||
object-fit: cover
|
||||
|
||||
@media (max-width: $w-mobile)
|
||||
@@ -369,7 +369,7 @@ $gap: 20px
|
||||
|
||||
> div.alt
|
||||
background-color: rgba(white, 0.03)
|
||||
border-radius: 10px
|
||||
border-radius: $border-radius
|
||||
|
||||
// Image and song info
|
||||
> div
|
||||
@@ -383,7 +383,7 @@ $gap: 20px
|
||||
img
|
||||
width: 50px
|
||||
height: 50px
|
||||
border-radius: 10px
|
||||
border-radius: $border-radius
|
||||
object-fit: cover
|
||||
|
||||
// Song info and score
|
||||
@@ -429,7 +429,7 @@ $gap: 20px
|
||||
text-align: center
|
||||
background: rgba(var(--lv-color), 0.6)
|
||||
padding: 0 6px
|
||||
border-radius: 10px
|
||||
border-radius: $border-radius
|
||||
margin-right: 10px
|
||||
|
||||
span
|
||||
|
||||
Reference in New Issue
Block a user