122 lines
3.1 KiB
CSS
122 lines
3.1 KiB
CSS
.novel-word-count--active .nav-header .nav-buttons-container {
|
|
flex-wrap: wrap !important;
|
|
}
|
|
.novel-word-count--active .nav-header .nav-buttons-container::after {
|
|
content: attr(data-novel-word-count-plugin);
|
|
display: block;
|
|
font-size: 0.8em;
|
|
max-width: calc(100% - 20px);
|
|
min-width: 0;
|
|
opacity: var(--novel-word-count-opacity);
|
|
overflow: hidden;
|
|
padding: 0 4px;
|
|
position: relative;
|
|
text-align: center;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
|
|
.novel-word-count--active .nav-files-container .nav-file-title {
|
|
align-items: baseline;
|
|
}
|
|
.novel-word-count--active .nav-files-container .nav-file-title::after {
|
|
content: attr(data-novel-word-count-plugin);
|
|
flex: 1 0 auto;
|
|
font-size: 0.8em;
|
|
max-width: calc(100% - 20px);
|
|
min-width: 0;
|
|
opacity: var(--novel-word-count-opacity);
|
|
order: 1;
|
|
overflow: hidden;
|
|
padding: 0 4px;
|
|
position: relative;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.novel-word-count--active .nav-files-container .nav-file-title-content {
|
|
min-width: 20px;
|
|
}
|
|
.novel-word-count--note-right .nav-files-container .nav-file-title-content {
|
|
flex: 1 1 0;
|
|
}
|
|
.novel-word-count--note-right .nav-files-container .nav-file-title::after {
|
|
flex: none;
|
|
order: 6;
|
|
overflow: hidden;
|
|
}
|
|
.novel-word-count--note-below .nav-files-container .nav-file-title {
|
|
flex-wrap: wrap;
|
|
}
|
|
.novel-word-count--note-below .nav-files-container .nav-file-title-content {
|
|
flex: 100%;
|
|
}
|
|
.novel-word-count--note-below .nav-files-container .nav-file-title::after {
|
|
display: inline-block;
|
|
margin-top: -2px;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.novel-word-count--active .nav-files-container .nav-folder-title {
|
|
align-items: baseline;
|
|
}
|
|
.novel-word-count--active .nav-files-container .nav-folder-title::after {
|
|
content: attr(data-novel-word-count-plugin);
|
|
flex: 1 0 auto;
|
|
font-size: 0.8em;
|
|
max-width: calc(100% - 20px);
|
|
min-width: 0;
|
|
opacity: var(--novel-word-count-opacity);
|
|
order: 1;
|
|
overflow: hidden;
|
|
padding: 0 4px;
|
|
position: relative;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.novel-word-count--active .nav-files-container .nav-folder-title-content {
|
|
min-width: 20px;
|
|
}
|
|
.novel-word-count--folder-right .nav-files-container .nav-folder-title-content {
|
|
flex: 1 1 0;
|
|
}
|
|
.novel-word-count--folder-right .nav-files-container .nav-folder-title::after {
|
|
flex: none;
|
|
order: 6;
|
|
overflow: hidden;
|
|
}
|
|
.novel-word-count--folder-below .nav-files-container .nav-folder-title {
|
|
flex-wrap: wrap;
|
|
}
|
|
.novel-word-count--folder-below .nav-files-container .nav-folder-title-content {
|
|
flex: 100%;
|
|
}
|
|
.novel-word-count--folder-below .nav-files-container .nav-folder-title::after {
|
|
display: inline-block;
|
|
margin-top: -2px;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.novel-word-count-settings-header {
|
|
align-items: baseline;
|
|
}
|
|
|
|
.novel-word-count-donation-line {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.novel-word-count-hr {
|
|
border-color: #ccc;
|
|
margin: 1rem 0;
|
|
}
|