mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 00:29:34 +05:30
v4.2.11
This commit is contained in:
@@ -369,6 +369,20 @@ body {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
/* Adjust text sizes */
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user