From 613041d5cb97dc0fe8e71cc4d408ceebcae2be82 Mon Sep 17 00:00:00 2001 From: Edwina Barbalan Date: Mon, 22 Jul 2019 16:22:27 +0200 Subject: [PATCH 1/2] Desktopansicht bei Suche/CreateMsg "verbessert" (Ohne doppelte Komponente" --- public/lib/buefy-0.7.5.css | 10 ++++----- public/routes/createMessage.js | 38 ++------------------------------- public/routes/files.js | 39 +--------------------------------- public/style/style.css | 11 +++++----- public/style/style.less | 10 +++++---- 5 files changed, 19 insertions(+), 89 deletions(-) diff --git a/public/lib/buefy-0.7.5.css b/public/lib/buefy-0.7.5.css index 27d35a8..ee454c5 100644 --- a/public/lib/buefy-0.7.5.css +++ b/public/lib/buefy-0.7.5.css @@ -4148,9 +4148,9 @@ a.list-item { font-size: 1.5rem; } .menu-list { - line-height: 1.25; + line-height: 1.5; float: left; - width: 230px; + width: 20px; height: 100%; margin-left: -22px; margin-top: -27px; @@ -4161,6 +4161,7 @@ a.list-item { color: white; } .menu-list a { border-radius: 2px; + padding-bottom: 5px; display: block; padding: 0.5em 0.75em; background-color: #0046a0; @@ -4176,9 +4177,8 @@ a.list-item { margin: 0.75em; padding-left: 0.75em; background-color: #0046a0; } - .menu-item li a { - display: block; - padding: 8px 16px; + .menu-item li { + line-height: 1.5; text-decoration: none; color: white; } diff --git a/public/routes/createMessage.js b/public/routes/createMessage.js index 311d216..2722502 100644 --- a/public/routes/createMessage.js +++ b/public/routes/createMessage.js @@ -7,8 +7,8 @@ const data=[ const CreateMsgRouter = { template: `
-
-
+
+

Neue Nachricht erstellen

@@ -40,40 +40,6 @@ const CreateMsgRouter = { SENDEN
- -
-
-

Neue Nachricht erstellen

- - - - - - - - - - - - - - - - - - ABBRECHEN - SENDEN -
-
`, data: function () { diff --git a/public/routes/files.js b/public/routes/files.js index a503512..aabb914 100644 --- a/public/routes/files.js +++ b/public/routes/files.js @@ -4,44 +4,7 @@ const FileRouter = { template: `
-
-

Erweiterte Suche

- - - - - - - - - - - - - - - - - - - - SUCHE - -
- -
-
- -
+

Erweiterte Suche

Date: Mon, 22 Jul 2019 16:36:56 +0200 Subject: [PATCH 2/2] Kleiner Fehler in buefy.css ausgebessert --- public/lib/buefy-0.7.5.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/lib/buefy-0.7.5.css b/public/lib/buefy-0.7.5.css index ee454c5..8eb4709 100644 --- a/public/lib/buefy-0.7.5.css +++ b/public/lib/buefy-0.7.5.css @@ -4150,7 +4150,7 @@ a.list-item { .menu-list { line-height: 1.5; float: left; - width: 20px; + width: 230px; height: 100%; margin-left: -22px; margin-top: -27px;