mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-16 21:11:16 +00:00
added some padding to scroll bar.
This commit is contained in:
parent
8d8c30d102
commit
b8b2762790
1 changed files with 3 additions and 0 deletions
|
|
@ -213,6 +213,8 @@ export default {
|
|||
width: 100%;
|
||||
align-items: center;
|
||||
overflow: auto;
|
||||
padding-right: 7px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.scrollable::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
|
|
@ -300,6 +302,7 @@ export default {
|
|||
.title {
|
||||
font-size: 20px;
|
||||
margin-bottom: 3px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.badges-list{
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue