|
@@ -446,6 +446,10 @@ span.ui.basic.yellow.label {
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
+.ui.top.attached .ui.button {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
.CodeMirror {
|
|
|
background: #0d1117;
|
|
|
border: 1px solid #30363d;
|
|
@@ -1135,6 +1139,14 @@ label[for=org_name] {
|
|
|
border-color: #4f6d30 !important;
|
|
|
}
|
|
|
|
|
|
+.ui.button:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.item:last-child .ui.label {
|
|
|
+ margin-right: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
#file-content {
|
|
|
padding: 0 1px;
|
|
|
}
|