index.community/frontend/src/index.css

17 lines
373 B
CSS
Raw Normal View History

html,
body {
2018-08-27 11:41:01 +00:00
margin: 0;
2018-09-03 11:36:14 +00:00
padding: 50px 0 0 0;
2018-08-27 11:41:01 +00:00
font-family: sans-serif;
2018-09-03 14:10:44 +00:00
background-color: #293742;
2018-08-27 15:27:09 +00:00
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue,
Icons16, sans-serif;
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;
}