auto-git:
[change] index.html
This commit is contained in:
19
index.html
19
index.html
@@ -155,6 +155,7 @@
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#folderHierarchyDropdown.open {
|
||||
display: block;
|
||||
}
|
||||
@@ -162,6 +163,24 @@
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.interaction-bar {
|
||||
font-family: inherit;
|
||||
color: var(--accent);
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
border-top: 1px solid var(--border);
|
||||
background: var(--bg-sidebar);
|
||||
}
|
||||
|
||||
.interaction-bar .font-bold {
|
||||
font-size: 1.1em;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.interaction-bar .flex {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="flex h-screen bg-white">
|
||||
|
||||
Reference in New Issue
Block a user