mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
improve style
This commit is contained in:
parent
201b28e084
commit
16eb7eb437
@ -7,6 +7,11 @@
|
||||
grid-row-gap: 0px;
|
||||
|
||||
.play_info_wrapper {
|
||||
position: sticky;
|
||||
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@ -14,6 +19,7 @@
|
||||
justify-content: center;
|
||||
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
|
||||
color: var(--text-color);
|
||||
|
||||
@ -40,8 +46,11 @@
|
||||
|
||||
align-self: center;
|
||||
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
width: 20vw;
|
||||
height: 20vw;
|
||||
|
||||
max-width: 400px;
|
||||
max-height: 400px;
|
||||
|
||||
background-color: black;
|
||||
border-radius: 12px;
|
||||
@ -49,8 +58,11 @@
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 20vw;
|
||||
height: 20vw;
|
||||
|
||||
max-width: 400px;
|
||||
max-height: 400px;
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
@ -137,7 +149,7 @@
|
||||
|
||||
color: var(--text-color);
|
||||
|
||||
padding: 0 30px;
|
||||
padding: 20px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user