Selaa lähdekoodia

Better styling, remove checkboxes (#1913)

//cc @tim-kos
Artur Paikin 5 vuotta sitten
vanhempi
commit
b51c32105d
2 muutettua tiedostoa jossa 28 lisäystä ja 12 poistoa
  1. 13 12
      website/src/support.md
  2. 15 0
      website/themes/uppy/source/css/_page.scss

+ 13 - 12
website/src/support.md

@@ -3,27 +3,28 @@ title: "Uppy Support Options"
 type: page
 layout: page
 permalink: /support/
+body_class: "page-support"
 ---
 
 <!-- md integration_help.md -->
 
 This approach is new, we may make changes as we learn. Here are the current options in detail:
 
-|                                   <br>Support |   🦄<br>Community    |                          🥉<br>Bronze                          |                               🥈<br>Silver and up                                |
+|                                               |   🦄<br>Community    |                          🥉<br>Bronze                          |                               🥈<br>Silver and up                                |
 |----------------------------------------------:|:--------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------------------------:|
-|                                         Price |    anyone,<br/>$0    | included with all Transloadit Plans,<br/>which start at $49/mo |                   Enterprise addons,<br/>starting at $1499/mo                    |
-|                                   Bug Reports |    [GitHub][bugs]   |                         [GitHub][bugs]                        |                                  [GitHub][bugs]                                 |
-|                              Feature Requests |  [GitHub][features] |                       [GitHub][features]                      |                   [GitHub][features] & [Transloadit][support]                   |
-|                              Integration Help |  [Community][forum] |          [Community][forum] & [Transloadit][support]          |                   [Community][forum] & [Transloadit][support]                   |
-|                        Support on Uppy client |     best effort      |                        General Guidance                       |  Guidance based on your use case and circumstances, code & operational reviews  |
-| Support on Transloadit-hosted Companion & Tus |     best effort      |                        General Guidance                       |  Guidance based on your use case and circumstances, code & operational reviews  |
-|        Support on self-hosted Companion & Tus |     best effort      |                               -                                |                                                                                 |
-|  Access to Transloadit-hosted Companion & Tus |          -           |                               ✅                                |                                        ✅                                         |
-|     Access to Transloadit's encoding features |          -           |                         10GB included                         |                                 0GB - unlimited                                 |
+|                                               |    anyone,<br/>$0    | included with all Transloadit Plans,<br/>which start at $49/mo |                   Enterprise addons,<br/>starting at $1499/mo                    |
+|                                   Bug Reports |    [GitHub][bugs]   |                         [GitHub][bugs]                          |                                  [GitHub][bugs]                                 |
+|                              Feature Requests |  [GitHub][features] |                       [GitHub][features]                      |                   [GitHub][features] & [Transloadit][support]                   |
+|                              Integration Help |  [Community][forum] |          [Community][forum] & [Transloadit][support]          |                   [Community][forum] & [Transloadit][support]                   |
+|                        Support on Uppy client |     best effort      |                        General Guidance                       |  Guidance based on your use case and circumstances, code & operational reviews  |
+| Support on Transloadit-hosted Companion & Tus |     best effort      |                        General Guidance                       |  Guidance based on your use case and circumstances, code & operational reviews  |
+|        Support on self-hosted Companion & Tus |     best effort      |                               -                                |                                        yes                                                                        |
+|  Access to Transloadit-hosted Companion & Tus |          -           |                              yes                               |                                        yes                                       |
+|     Access to Transloadit's encoding features |          -           |                         10GB included                         |                                 0GB - unlimited                                 |
 | Guaranteed response times within office hours |          -           |                           <= 3 days                            |                                   <= 8h - 32h                                    |
 |              1-on-1 access to core developers |          -           |                               1h                               |                                     1h - 20h                                     |
-|                               Health & Status |          -           |            Access to Personal Transloadit Dashboard           |  Access to Personal Transloadit Dashboard. Proactive monitoring & notifications |
-|              Support for non-current releases |          -           |                               -                                |                               0 - 10 releases back                              |
+|                               Health & Status |          -           |            Access to Personal Transloadit Dashboard           |  Access to Personal Transloadit Dashboard. Proactive monitoring & notifications |
+|              Support for non-current releases |          -           |                               -                                |                               0 - 10 releases back                              |
 
 
 If you want to apply for: 

+ 15 - 0
website/themes/uppy/source/css/_page.scss

@@ -357,6 +357,8 @@
   }
 }
 
+// Locale page table overrides
+
 .page-docs-locales table {
   overflow: visible;
 }
@@ -368,6 +370,19 @@
   font-size: 90%;
 }
 
+// Support page table overrides
+
+.page-support table {
+  overflow: visible;
+}
+.page-support .highlight table {
+  overflow: scroll;
+}
+.page-support table tr:first-child td {
+  white-space: nowrap;
+  font-size: 90%;
+}
+
 // Plugin list
 
 body.page-plugin-list .Content ul {