mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 02:48:34 +01:00
25 lines
420 B
CSS
25 lines
420 B
CSS
.just-share-please-support {
|
|
max-width: 50%;
|
|
width: 400px;
|
|
height: auto;
|
|
}
|
|
|
|
.just-share-please-view .clickable-icon {
|
|
display: inline;
|
|
}
|
|
|
|
.just-share-please-shared-name {
|
|
display: block;
|
|
font-weight: bold;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.just-share-please-shared-path {
|
|
display: block;
|
|
padding-bottom: 5px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.just-share-please-shared-item {
|
|
margin-bottom: 20px;
|
|
}
|