padding of right pane

This commit is contained in:
zadam 2023-06-30 23:01:57 +02:00
parent f06207207b
commit b7b0bd80ed
5 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@ const TPL = `<div class="highlists-list-widget">
.close-highlists-list { .close-highlists-list {
position: absolute; position: absolute;
top: 2px; top: 2px;
right: 2px; right: 0px;
} }
</style> </style>

View File

@ -51,7 +51,7 @@ const TPL = `<div class="toc-widget">
.close-toc { .close-toc {
position: absolute; position: absolute;
top: 2px; top: 2px;
right: 2px; right: 0px;
} }
</style> </style>

View File

@ -954,6 +954,8 @@ input {
display: flex; display: flex;
flex-shrink: 0; flex-shrink: 0;
flex-direction: column; flex-direction: column;
margin-left: 10px;
margin-right: 5px;
} }
#right-pane .card-header { #right-pane .card-header {
@ -1046,4 +1048,4 @@ textarea {
.ck-powered-by-balloon { .ck-powered-by-balloon {
display: none !important; display: none !important;
} }