mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 11:00:50 +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%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding-right: 7px;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.scrollable::-webkit-scrollbar {
|
.scrollable::-webkit-scrollbar {
|
||||||
width: 3px;
|
width: 3px;
|
||||||
|
|
@ -300,6 +302,7 @@ export default {
|
||||||
.title {
|
.title {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
.badges-list{
|
.badges-list{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue