ragflow / web /src /layouts /index.less
jinhai-2012's picture
Format file format from Windows/dos to Unix (#1949)
aeb6dbc
raw
history blame contribute delete
233 Bytes
.navs {
ul {
padding: 0;
list-style: none;
display: flex;
}
li {
margin-right: 1em;
}
}
.layout {
height: 100vh;
}
body {
margin: 0;
}
.divider {
margin: 0;
}
.clickAvailable {
cursor: pointer;
}