aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_new/chat_new.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-10-29 08:36:39 +0200
committerShpuld Shpuldson <shp@cock.li>2020-10-29 08:36:39 +0200
commitcb3578fcca763a43ec946af75e6e345ed5adc14a (patch)
tree85fdd3f8bf98eae557d33ca1a82e3688e4e7f309 /src/components/chat_new/chat_new.scss
parent7007659e05842dc06eb2c13eddaba6ab657df5ea (diff)
parenta84db4bd8f04bdfc14836f55f441aa8478265291 (diff)
fix conflicts
Diffstat (limited to 'src/components/chat_new/chat_new.scss')
-rw-r--r--src/components/chat_new/chat_new.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/chat_new/chat_new.scss b/src/components/chat_new/chat_new.scss
index 11305444..716172b0 100644
--- a/src/components/chat_new/chat_new.scss
+++ b/src/components/chat_new/chat_new.scss
@@ -8,9 +8,7 @@
}
}
- .icon-search {
- font-size: 1.5em;
- float: right;
+ .search-icon {
margin-right: 0.3em;
}
@@ -25,5 +23,7 @@
.go-back-button {
cursor: pointer;
+ margin-right: 1.7em;
+ margin-left: 0.3em;
}
}