index.community/frontend/src/index.css

34 lines
610 B
CSS
Raw Normal View History

2018-08-27 15:27:09 +00:00
html, body {
2018-08-27 11:41:01 +00:00
margin: 0;
padding: 0;
font-family: sans-serif;
2018-08-27 15:27:09 +00:00
background-color: #30404D;
height: 100%;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Icons16,sans-serif;
2018-08-27 11:41:01 +00:00
}
2018-08-27 15:27:09 +00:00
.fediverse-welcome {
margin-top: 50px;
2018-08-27 21:31:27 +00:00
}
.fediverse-instance-search-popover {
max-height: 350px;
min-width: 300px;
2018-08-27 21:31:27 +00:00
overflow-x: hidden;
}
2018-09-01 17:24:05 +00:00
.fediverse-sidebar {
position: fixed;
top: 50px;
bottom: 0;
right: 0;
min-width: 300px;
width: 25%;
z-index: 20;
overflow: scroll;
overflow-x: hidden;
}
.fediverse-sidebar-table {
width: 100%;
}