ragflow / web /src /layouts /index.less
Starowo's picture
Upload 1411 files
b9fe2b4 verified
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;
}