mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🐈☺️ Checkpoint
./style.css:18108127/1163
This commit is contained in:
parent
d07ab97916
commit
ced16a61e9
1 changed files with 17 additions and 5 deletions
22
style.css
22
style.css
|
|
@ -250,11 +250,18 @@ strong {
|
|||
margin-left: 6px;
|
||||
}
|
||||
|
||||
@media (max-height: 865px) {
|
||||
#user-scores {
|
||||
max-height: 73%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: #D1E7FA;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background: #479EEB;
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
|
|
@ -316,6 +323,11 @@ strong {
|
|||
}
|
||||
|
||||
@media (max-width: 860px) {
|
||||
#user-scores {
|
||||
max-height: 73%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.fa-trophy {
|
||||
font-size: 27vh;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue