Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-25 09:45:06 +0300
committerdartcafe <github@dartcafe.de>2017-11-25 09:45:06 +0300
commit167c8c0fba5f65d26e928aa82fdb97fc61026227 (patch)
treec22f5cab8154ea6c484d39579db838e0cfd8922f /css
parent0509b9c013862567ed769f498eb18eda10801afa (diff)
Temporary fix for NC13 beta 1
Diffstat (limited to 'css')
-rw-r--r--css/main.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/main.scss b/css/main.scss
index e72fa4de..a3c04095 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -6,6 +6,10 @@ h1 {
#app header {
padding-top: 44px;
}
+// Temp fix for NC13 beta 1
+#app-content-wrapper {
+ flex-direction: column;
+}
.icon-polls {
background-color: black;
@@ -352,4 +356,4 @@ td.td_shown {
/* OC10 and NC11 fixes*/
.symbol {
display: inline-block;
-} \ No newline at end of file
+}