2023-04-01 05:37:55 +00:00
|
|
|
attachment-box {
|
2023-12-25 05:51:53 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-04-01 05:37:55 +00:00
|
|
|
|
2023-12-25 05:51:53 +00:00
|
|
|
&[hidden] {
|
|
|
|
display: none;
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
2023-12-25 05:51:53 +00:00
|
|
|
&:not([data-use-preview]) {
|
|
|
|
attachment-preview {
|
|
|
|
visibility: hidden;
|
|
|
|
display: none;
|
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
2024-01-13 02:16:08 +00:00
|
|
|
.body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 2px;
|
|
|
|
}
|
2023-12-25 05:51:53 +00:00
|
|
|
|
2024-01-13 02:16:08 +00:00
|
|
|
.metadata-table {
|
|
|
|
@include meta-table;
|
2023-12-25 05:51:53 +00:00
|
|
|
|
2024-01-13 02:16:08 +00:00
|
|
|
#index-status {
|
2024-01-19 01:27:15 +00:00
|
|
|
padding-inline: var(--editable-text-padding-inline);
|
2024-01-13 13:50:24 +00:00
|
|
|
margin-top: 2px;
|
|
|
|
@include comfortable {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2024-01-13 02:16:08 +00:00
|
|
|
}
|
2023-12-25 05:51:53 +00:00
|
|
|
|
2024-01-13 02:16:08 +00:00
|
|
|
#reindex
|
|
|
|
{
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
padding: 1px;
|
|
|
|
margin-left: 4px;
|
|
|
|
@include svgicon-menu("sync", "universal", "20");
|
2024-01-24 08:01:03 +00:00
|
|
|
&:not([disabled='true']) {
|
|
|
|
color: var(--fill-secondary);
|
|
|
|
}
|
2023-12-25 05:51:53 +00:00
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
2023-12-25 05:51:53 +00:00
|
|
|
#url
|
2023-04-01 05:37:55 +00:00
|
|
|
{
|
2023-12-25 05:51:53 +00:00
|
|
|
padding: 1px 0;
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
2023-12-25 05:51:53 +00:00
|
|
|
#note-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 4px 0;
|
2023-04-01 05:37:55 +00:00
|
|
|
|
2023-12-25 05:51:53 +00:00
|
|
|
&[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
|
2023-12-25 05:51:53 +00:00
|
|
|
#attachment-note-editor {
|
|
|
|
margin: 4px 0;
|
|
|
|
display: flex;
|
|
|
|
height: 300px;
|
|
|
|
|
|
|
|
&[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
}
|