Friendiiverse/Source/Style.css

31 lines
335 B
CSS
Raw Normal View History

2023-04-19 00:16:35 +02:00
img, video {
max-width: 100%;
}
2023-04-19 12:18:14 +02:00
main {
margin-bottom: 2em;
}
footer {
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-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;
}