fix. 공통 스크롤바 스타일 수정, 여백 수정
This commit is contained in:
@@ -73,7 +73,11 @@
|
||||
}
|
||||
|
||||
.use-base img {
|
||||
@apply max-w-full h-auto my-4;
|
||||
@apply max-w-full h-auto;
|
||||
}
|
||||
|
||||
.use-base iframe {
|
||||
@apply max-w-full h-auto aspect-video;
|
||||
}
|
||||
|
||||
.use-base pre {
|
||||
|
||||
@@ -2,11 +2,11 @@ body ::-webkit-scrollbar-track {
|
||||
@apply bg-transparent;
|
||||
}
|
||||
body ::-webkit-scrollbar {
|
||||
@apply w-5;
|
||||
@apply w-[12px] h-[12px];
|
||||
}
|
||||
|
||||
body ::-webkit-scrollbar-thumb {
|
||||
@apply w-1 bg-[#D9D9D9] rounded-full bg-clip-padding border-solid border-transparent border-8;
|
||||
@apply w-1 h-1 bg-[#D9D9D9] rounded-full bg-clip-padding border-solid border-transparent border-[4px];
|
||||
}
|
||||
|
||||
.custom-theme-scrollbar::-webkit-scrollbar-thumb {
|
||||
|
||||
Reference in New Issue
Block a user