ObsidianJustSharePlease/styles.css

26 lines
420 B
CSS
Raw Normal View History

2023-06-25 18:16:06 +02:00
.just-share-please-support {
max-width: 50%;
width: 400px;
height: auto;
}
2023-08-16 14:21:40 +02:00
.just-share-please-view .clickable-icon {
display: inline;
}
.just-share-please-shared-name {
display: block;
font-weight: bold;
padding-bottom: 5px;
}
2023-08-18 10:13:57 +02:00
.just-share-please-shared-path {
display: block;
padding-bottom: 5px;
font-size: 13px;
}
2023-08-16 14:21:40 +02:00
.just-share-please-shared-item {
margin-bottom: 20px;
}