#obsidian { #sidebar { button { background: none; border: none; padding: 0; margin: 0; cursor: pointer; color: var(--color-button); } #top-container { flex: 1; display: flex; flex-direction: column; align-items: center; width: 100%; justify-content: flex-start; gap: 0.5vh; margin-top: 2px; } #bottom-container { flex: 1; display: flex; flex-direction: column; align-items: center; width: 100%; justify-content: flex-end; } } }