You've already forked DataMate
style
This commit is contained in:
@@ -5,16 +5,29 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>DataMate - 数据标注</title>
|
||||
<style>
|
||||
:root {
|
||||
--ls-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--ls-primary-color: #1677ff;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
font-family: var(--ls-font-family);
|
||||
background: #fff;
|
||||
}
|
||||
#label-studio {
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
}
|
||||
/* Beautify overrides */
|
||||
.lsf-topbar {
|
||||
display: none !important; /* Hide default top bar as we have external controls */
|
||||
}
|
||||
.ls-common {
|
||||
font-family: var(--ls-font-family) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user