themes
This commit is contained in:
parent
c7a57e1db6
commit
33f982259f
|
@ -681,6 +681,9 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.downloadApps-wbBFdZ .inner-2LETmR {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/* ----------------------- COLORING ----------------------- */
|
||||
|
||||
|
|
|
@ -301,6 +301,18 @@
|
|||
background-color: #36393F;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#app-mount .downloadApps-wbBFdZ .inner-2LETmR {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
#app-mount .downloadApps-wbBFdZ .inner-2LETmR::-webkit-scrollbar {
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
}
|
||||
#app-mount .downloadApps-wbBFdZ .inner-2LETmR::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(32,34,37,.6);
|
||||
border: 2px solid transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
body #ace_settingsmenu {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue