forked from rDrama/rDrama
1
0
Fork 0

add top margin to targetted elements so they're not at the very hecking top

master
Aevann 2023-09-30 00:20:59 +03:00
parent 073007bcf0
commit 73fa4922a6
2 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,6 @@ p {
}
.chat-line {
overflow: hidden;
padding: 0 0 0 10px;
margin: 0 0 0 15px;
}

View File

@ -7671,3 +7671,7 @@ ul {
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
*:target {
scroll-margin-top: 100px;
}