0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 12:42:41 +00:00

Merge branch 'master' into authors-as-links-to-userpage-in-error-pages

This commit is contained in:
Víctor Losada Hernández
2024-04-02 14:12:35 +02:00
committed by GitHub
6 changed files with 167 additions and 187 deletions

View File

@@ -14,6 +14,15 @@
box-shadow : 1px 4px 14px #000000;
}
}
&::-webkit-scrollbar {
width: 20px;
}
&::-webkit-scrollbar-thumb {
width:20px;
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
}
}
.pane { position : relative; }
.pageInfo {

View File

@@ -15,6 +15,14 @@
}
&.listPage .content {
overflow-y : scroll;
&::-webkit-scrollbar {
width: 20px;
}
&::-webkit-scrollbar-thumb {
width:20px;
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
}
}
}
}