
.bibtex-thumb-container {
    width: 120px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    display: block;
}


.bibtex-pdf-thumb-container {
    height: 25px;
    display: inline-block;
}

.bibtex-doi-thumb-container {
    height: 25px;
    display: inline-block;
}

.bibtex-url-thumb-container {
    height: 25px;
    display: inline-block;
}

.bibtex-bib-thumb-container {
    height: 22px;
    display: inline-block;
}

.bibtex-editor {
width: 100%;   /* Make it take full width */
height: 400px; /* Set a fixed height */
font-family: monospace; /* Makes it easier to edit code */
}

.bibtex-edit-bib-form {
    max-width: 800px; /* Prevent it from stretching too wide */
    margin: 0 auto;   /* Center the whole form */
}

.bibtex-bib-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the left */
    gap : 10px;
}

.bibtex-save-button {
    align-self: flex-start;
    margin: 0;
    padding: 5px 15px;
}
