aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-01-20 11:21:30 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commite087c434d4903d0ee0c680e11e657cc3e2043d7a (patch)
treee41a3ebbea18fa550664c9a5c92638feae9f4724 /vnext/src/components
parentffa96cca4e2191965a3ede1a2b6b786dd8f89b35 (diff)
Fix stylelint warnings
Diffstat (limited to 'vnext/src/components')
-rw-r--r--vnext/src/components/Avatar.css2
-rw-r--r--vnext/src/components/Button.css2
-rw-r--r--vnext/src/components/Chat.css4
-rw-r--r--vnext/src/components/Message.css2
-rw-r--r--vnext/src/components/NavigationIcon.css2
-rw-r--r--vnext/src/components/UserInfo.css2
6 files changed, 7 insertions, 7 deletions
diff --git a/vnext/src/components/Avatar.css b/vnext/src/components/Avatar.css
index d30686ed..9784bbd9 100644
--- a/vnext/src/components/Avatar.css
+++ b/vnext/src/components/Avatar.css
@@ -18,4 +18,4 @@
.Avatar {
width: 300px;
}
-} \ No newline at end of file
+}
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css
index 7394583b..2acb87be 100644
--- a/vnext/src/components/Button.css
+++ b/vnext/src/components/Button.css
@@ -10,4 +10,4 @@
.Button:hover {
background: #f8f8f8;
border-bottom: 1px solid #ff339a;
-} \ No newline at end of file
+}
diff --git a/vnext/src/components/Chat.css b/vnext/src/components/Chat.css
index 02c81ef7..520a5c9b 100644
--- a/vnext/src/components/Chat.css
+++ b/vnext/src/components/Chat.css
@@ -5,5 +5,5 @@
height: 450px;
display: flex;
flex-direction: column-reverse;
- width: 100%
-} \ No newline at end of file
+ width: 100%;
+}
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css
index 2e90e5e4..c19c7eec 100644
--- a/vnext/src/components/Message.css
+++ b/vnext/src/components/Message.css
@@ -5,7 +5,7 @@
.msg-cont > nav.l {
border-top: 1px solid #eee;
display: flex;
- justify-content: space-around;
+ justify-content: space-around;
}
.msg-cont > nav.l a {
color: #888;
diff --git a/vnext/src/components/NavigationIcon.css b/vnext/src/components/NavigationIcon.css
index 9c18dd00..caff6195 100644
--- a/vnext/src/components/NavigationIcon.css
+++ b/vnext/src/components/NavigationIcon.css
@@ -1,4 +1,4 @@
#navicon {
padding: 12px;
color: #88958d;
-} \ No newline at end of file
+}
diff --git a/vnext/src/components/UserInfo.css b/vnext/src/components/UserInfo.css
index 27eba7e5..e4f58693 100644
--- a/vnext/src/components/UserInfo.css
+++ b/vnext/src/components/UserInfo.css
@@ -1,3 +1,3 @@
.userinfo {
padding: 40px;
-} \ No newline at end of file
+}