fix(share): regressions in child preview due to base theme

This commit is contained in:
Elian Doran 2025-06-09 14:21:47 +03:00
parent 12dbf36358
commit 41edab3857
No known key found for this signature in database

View File

@ -53,48 +53,6 @@ iframe.pdf-view {
cursor: pointer; cursor: pointer;
} }
#childLinks.grid ul {
list-style-type: none;
display: flex;
flex-wrap: wrap;
padding: 0;
}
#childLinks.grid ul li {
width: 180px;
height: 140px;
padding: 10px;
}
#childLinks.grid ul li a {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
border: 1px solid #ddd;
border-radius: 5px;
justify-content: center;
align-content: center;
text-align: center;
font-size: large;
}
#childLinks.grid ul li a:hover {
background: #eee;
}
#childLinks.list ul {
list-style-type: none;
display: inline-flex;
flex-wrap: wrap;
padding: 0;
margin-top: 5px;
}
#childLinks.list ul li {
margin-right: 20px;
}
#noteClippedFrom { #noteClippedFrom {
padding: 10px 0 10px 0; padding: 10px 0 10px 0;
margin: 20px 0 20px 0; margin: 20px 0 20px 0;