Improves styling

This commit is contained in:
psychedelicious 2022-10-31 11:37:07 +11:00
parent 7a4ceb0f7c
commit fe700d27df
4 changed files with 10 additions and 4 deletions

View File

@ -7,6 +7,12 @@
z-index: 20;
padding: 0;
filter: var(--floating-button-drop-shadow);
svg {
fill: var(--tab-list-text);
}
&.left {
left: 0;
border-radius: 0 0.5rem 0.5rem 0 !important;

View File

@ -19,13 +19,14 @@
}
.options-panel-wrapper {
grid-auto-rows: max-content;
background-color: var(--background-color);
height: $app-content-height;
width: $options-bar-max-width;
max-width: $options-bar-max-width;
flex-shrink: 0;
position: relative;
z-index: 20;
overflow-y: scroll;
@include HideScrollbar;
.options-panel {
display: flex;

View File

@ -5,7 +5,6 @@ import { useHotkeys } from 'react-hotkeys-hook';
import { BsPinAngle, BsPinAngleFill } from 'react-icons/bs';
import { CSSTransition } from 'react-transition-group';
import { RootState, useAppDispatch, useAppSelector } from '../../app/store';
import useClickOutsideWatcher from '../../common/hooks/useClickOutsideWatcher';
import {
OptionsState,

View File

@ -1,6 +1,6 @@
// Calc Values
$app-cutoff: 0px;
$app-content-height-cutoff: 5rem; // default: 7rem
$app-content-height-cutoff: calc(70px + 1rem); // default: 7rem
// Usage Variables
// app