diff --git a/src/components/widgets/navbar/scss/_notes.scss b/src/components/widgets/navbar/scss/_notes.scss index 5d55021d..c88b3a63 100644 --- a/src/components/widgets/navbar/scss/_notes.scss +++ b/src/components/widgets/navbar/scss/_notes.scss @@ -15,20 +15,8 @@ text-align: center; border-radius: 12px; position: absolute; - z-index: 1; top: 80%; - left: 50%; - margin-left: -125px; - - input[type=text] { - border: none; - color: #2d3436; - } - - svg, - input[type=text] { - display: inline-flex; - } + margin-left: -150px; svg { float: left; @@ -40,7 +28,6 @@ } } - .notes:hover .notescontainer { visibility: visible; } diff --git a/src/components/widgets/navbar/scss/index.scss b/src/components/widgets/navbar/scss/index.scss index 3d1d0ed2..b6e4a91b 100644 --- a/src/components/widgets/navbar/scss/index.scss +++ b/src/components/widgets/navbar/scss/index.scss @@ -20,7 +20,6 @@ color: map-get($theme-colours, 'main-text-color'); -webkit-font-smoothing: subpixel-antialiased; font-size: 1em; - display: inline; margin: 0.5rem; filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3)); cursor: pointer; diff --git a/src/components/widgets/quote/quote.scss b/src/components/widgets/quote/quote.scss index da1c0ff3..a80b4676 100644 --- a/src/components/widgets/quote/quote.scss +++ b/src/components/widgets/quote/quote.scss @@ -20,7 +20,6 @@ .copyButton { cursor: pointer; vertical-align: middle; - margin: 0 auto; transition: ease 0.2s !important; &:hover { diff --git a/src/components/widgets/search/search.scss b/src/components/widgets/search/search.scss index ef6b0560..2b7a65ec 100644 --- a/src/components/widgets/search/search.scss +++ b/src/components/widgets/search/search.scss @@ -4,9 +4,6 @@ position: absolute; left: 20px; top: 20px; - display: flex; - flex-direction: row; - display: block; color: map-get($theme-colours, 'main-text-color'); input[type=text] { @@ -14,7 +11,6 @@ margin-left: 12px; border-radius: 24px; font-size: calc(5px + 1.2vmin); - background: transparent; border: none; position: absolute; background-color: rgba(0, 0, 0, 0.1); @@ -36,10 +32,6 @@ } } -.input.searchtext { - border: none; -} - .micIcon { margin-right: 10px; } \ No newline at end of file diff --git a/src/scss/modules/_settings.scss b/src/scss/modules/_settings.scss index eb7e014e..b8f3e06d 100644 --- a/src/scss/modules/_settings.scss +++ b/src/scss/modules/_settings.scss @@ -81,10 +81,8 @@ h4, } .expandIcons { - position: relative; font-size: 25px; vertical-align: middle; - display: inline-flex; } h4, @@ -133,7 +131,6 @@ li { -webkit-appearance: none; width: 200px; height: 15px; - background: #ccc; border-radius: 12px; outline: none; background: #ecf0f1;