2023-04-19 00:16:35 +02:00
|
|
|
img, video {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-04-20 22:08:38 +02:00
|
|
|
#Root {
|
2023-04-22 10:06:31 +02:00
|
|
|
/*margin-bottom: 2em;*/
|
2023-04-19 12:18:14 +02:00
|
|
|
}
|
|
|
|
|
2023-04-20 22:08:38 +02:00
|
|
|
#Bottom {
|
2023-04-19 12:18:14 +02:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
border: 2px solid black;
|
|
|
|
margin-top: 4em;
|
|
|
|
}
|
|
|
|
|
2023-04-19 00:16:35 +02:00
|
|
|
#DataView {
|
|
|
|
white-space: break-spaces;
|
|
|
|
}
|
|
|
|
|
2023-04-22 10:06:31 +02:00
|
|
|
.Window {
|
|
|
|
background: white;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
|
|
|
|
min-height: calc(100% - 4em);
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2023-04-20 15:17:00 +02:00
|
|
|
.View.Note {
|
2023-04-19 00:16:35 +02:00
|
|
|
border: 4px solid purple;
|
|
|
|
margin: 12px;
|
|
|
|
}
|
2023-04-20 00:19:19 +02:00
|
|
|
|
2023-04-20 18:13:47 +02:00
|
|
|
.View.Note .Author.Icon {
|
2023-04-20 00:19:19 +02:00
|
|
|
width: 64px;
|
|
|
|
}
|
2023-04-20 22:08:38 +02:00
|
|
|
|
|
|
|
.Gallery > div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|