mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
23 lines
273 B
CSS
23 lines
273 B
CSS
body {
|
|
/* Make room for the topbar */
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.top-content {
|
|
padding-left: 10px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#main_div {
|
|
height: 400px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
form.zephyr input {
|
|
width: 95%;
|
|
}
|
|
|
|
form.zephyr textarea {
|
|
width: 95%;
|
|
}
|