mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore(profile): improved responsiveness & design
This commit is contained in:
@@ -214,7 +214,7 @@ async function fetchPlayerJournal() {
|
||||
@use '../../styles/responsive';
|
||||
|
||||
.profile-history-list {
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -284,8 +284,8 @@ async function fetchPlayerJournal() {
|
||||
}
|
||||
|
||||
@include responsive.midScreen {
|
||||
.history-list-box {
|
||||
max-height: 100vh;
|
||||
.profile-history-list {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user