Multiple fixes for CSS, added proper auth checking
This commit is contained in:
parent
bcebec478e
commit
ab74cd4972
8 changed files with 263 additions and 193 deletions
|
@ -59,7 +59,6 @@
|
|||
flex: 1 0 auto;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding-top: 5px;
|
||||
flex-direction: column;
|
||||
&::after {
|
||||
content: '';
|
||||
|
@ -78,6 +77,9 @@
|
|||
border-right-color: $fallback--border;
|
||||
border-right-color: var(--border, $fallback--border);
|
||||
}
|
||||
&:last-child .tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.tab {
|
||||
box-sizing: content-box;
|
||||
|
@ -87,8 +89,8 @@
|
|||
min-width: 1px;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
// padding-right: 200px;
|
||||
// margin-right: 6px - 200px;
|
||||
padding-right: calc(1em + 200px);
|
||||
margin-right: 6px - 200px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue