aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-26 19:46:59 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-26 19:46:59 +0100
commitbc584963ff0e0e8ad16fdd08c0fce5900fac0630 (patch)
treebfca88e6cbfacb7a63cab4c57cd5e7ab44a335de /client
parentc06af5012ecc925ca924e6e20db3a1d909b1148e (diff)
downloadPeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.tar.gz
PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.tar.zst
PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.zip
Update noscript message, reduce dropdown icon size and horizontal padding
Diffstat (limited to 'client')
-rw-r--r--client/src/index.html9
-rw-r--r--client/src/sass/bootstrap.scss4
-rw-r--r--client/src/sass/include/_mixins.scss5
3 files changed, 10 insertions, 8 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 16dcc02c8..9eb3694d2 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -28,14 +28,11 @@
28 <body id="custom-css"> 28 <body id="custom-css">
29 29
30 <noscript> 30 <noscript>
31 <p>You are blocking Javascript, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it. 31 <p>It seems you are either <strong>blocking or disabling Javascript</strong> on your browser, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it.</p>
32 32
33 <br /><br /> 33 <p>There might be numerous reasons you refuse to use JavaScript. If it just has to do with security (or lack thereof) of JavaScript-based web applications, then depending on your threat menace you might want to go through the code running on the node you are trying to access, and look for security audits.</p>
34 There will be other non JS-based clients to access PeerTube, but for now none is available. Be sure we will update this page with a list once alternative clients are developed. You can certainly develop you own in the meantime as our code is open source and libre software under GNU AGPLv3.0.
35 34
36 <br /><br /> 35 <p>There will be other non JS-based clients to access PeerTube, but for now none is available. Be sure we will update this page with a list once alternative clients are developed. You can certainly develop your own in the meantime as our code is open source and libre software under the <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener">GNU AGPLv3.0</a> and documented on <a href="https://docs.joinpeertube.org/api-rest-reference.html">docs.joinpeertube.org</a>.</p>
37 There might be numerous reasons you refuse to use JavaScript. If it has just to do with security (or lack thereof) of JavaScript-based webapps, then depending on your threat menace you might want to go through the code running on the node you are trying to access, and look for security audits.
38 </p>
39 </noscript> 36 </noscript>
40 37
41 <div id="incompatible-browser" class="alert alert-danger" style="display: none"> 38 <div id="incompatible-browser" class="alert alert-danger" style="display: none">
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 2f691de70..a3261a8a6 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -162,3 +162,7 @@ ngb-tabset.bootstrap {
162 max-height: 1500px; 162 max-height: 1500px;
163 } 163 }
164} 164}
165
166.dropdown-divider {
167 margin: 0.3rem 0;
168} \ No newline at end of file
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index dd2255cbb..17217283e 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -534,10 +534,11 @@
534} 534}
535 535
536@mixin dropdown-with-icon-item { 536@mixin dropdown-with-icon-item {
537 padding: 6px 24px; 537 padding: 6px 15px;
538 538
539 my-global-icon { 539 my-global-icon {
540 width: 24px; 540 width: 22px;
541 opacity: .7;
541 542
542 margin-right: 10px; 543 margin-right: 10px;
543 position: relative; 544 position: relative;