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/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-09 19:19:36 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-09 21:54:05 +0300
commit83e1a062588a088ac43076c47a83da0ba46d69c8 (patch)
treeb424c11f71e91ec4fd4f256a5d39b44b824676f2 /css
parent2e146cee3195e7e307135fadfa7479c116f5e48e (diff)
Reduce whitespace between room info and tabs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index cc50bfb94..1461c1164 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -752,6 +752,10 @@ video {
}
/* START: move padding fixes and icons-for-tabs capability into core */
+.tabHeaders {
+ margin-top: 0;
+}
+
.tabHeaders .tabHeader {
padding: 12px;
padding-left: 32px;