diff --git a/frontend/src/html/pages/tribe.html b/frontend/src/html/pages/tribe.html index fe048f465..02228f547 100644 --- a/frontend/src/html/pages/tribe.html +++ b/frontend/src/html/pages/tribe.html @@ -136,31 +136,31 @@
-
+
+
-
+
-
+
+
-
+
-
+ +
+
chat
@@ -177,18 +177,18 @@
name
My room
-
+
+
visibility
private
-
+
+
@@ -198,13 +198,13 @@ diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss index 47754ede9..3a8a6df82 100644 --- a/frontend/src/styles/tribe.scss +++ b/frontend/src/styles/tribe.scss @@ -348,16 +348,13 @@ font-size: 1rem; } .text { + padding: 0.1em 0.25em; font-size: 2rem; line-height: 2rem; color: var(--main-color); - cursor: pointer; - transition: 0.25s; } .link { font-size: 0.75rem; - transition: 0.25s; - cursor: pointer; &:hover { color: var(--text-color); }