fix: first and last tabs label margin

This commit is contained in:
hampoelz 2023-12-17 11:37:00 +00:00
parent 2e892ff083
commit 6bffd8e859

View file

@ -1000,6 +1000,15 @@ input[type="checkbox"] {
overflow-wrap: anywhere;
}
#rl-app .tabs>label:first-of-type {
margin-left: 0px;
}
#rl-app .tabs>label:last-of-type {
margin-right: 0px;
}
#rl-app .tabs>label:hover {
border-color: transparent;
border-bottom-color: var(--nc-color-primary-element);