Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@icloud.com>2022-08-24 19:42:58 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-01 16:57:54 +0300
commitb571db11ae94ce98fbebb5ad46ff805bdd577a43 (patch)
treed1c468e45e81bfe79dafdc8af481e4d3dce2c9b4 /src
parent88cbc4015195084a1cb80225c812245ba6219a3e (diff)
Remove unused css
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/LeftSidebar/SearchBox/SearchBox.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/LeftSidebar/SearchBox/SearchBox.vue b/src/components/LeftSidebar/SearchBox/SearchBox.vue
index 3684e67ee..9d36b26c7 100644
--- a/src/components/LeftSidebar/SearchBox/SearchBox.vue
+++ b/src/components/LeftSidebar/SearchBox/SearchBox.vue
@@ -140,8 +140,4 @@ export default {
flex-grow: 1;
}
-.abort-search {
- margin-left: -44px;
-}
-
</style>