Browse Source

Bundle embedded web app

pull/2975/head
Owncast 2 years ago
parent
commit
24bc392622
  1. 2
      static/web/404.html
  2. 2
      static/web/404/index.html
  3. 0
      static/web/_next/static/DEzA2IzuIB4XozRP-8XuR/_buildManifest.js
  4. 0
      static/web/_next/static/DEzA2IzuIB4XozRP-8XuR/_ssgManifest.js
  5. 2
      static/web/admin/access-tokens/index.html
  6. 2
      static/web/admin/actions/index.html
  7. 2
      static/web/admin/chat/emojis/index.html
  8. 2
      static/web/admin/chat/messages/index.html
  9. 2
      static/web/admin/chat/users/index.html
  10. 2
      static/web/admin/config-chat/index.html
  11. 2
      static/web/admin/config-federation/index.html
  12. 2
      static/web/admin/config-notify/index.html
  13. 2
      static/web/admin/config-social-items/index.html
  14. 2
      static/web/admin/config-video/index.html
  15. 2
      static/web/admin/config/general/index.html
  16. 2
      static/web/admin/config/server/index.html
  17. 2
      static/web/admin/federation/actions/index.html
  18. 2
      static/web/admin/federation/followers/index.html
  19. 2
      static/web/admin/hardware-info/index.html
  20. 2
      static/web/admin/help/index.html
  21. 2
      static/web/admin/index.html
  22. 2
      static/web/admin/logs/index.html
  23. 2
      static/web/admin/stream-health/index.html
  24. 2
      static/web/admin/upgrade/index.html
  25. 2
      static/web/admin/viewer-info/index.html
  26. 2
      static/web/admin/webhooks/index.html
  27. 2
      static/web/embed/chat/readonly/index.html
  28. 2
      static/web/embed/chat/readwrite/index.html
  29. 4
      static/web/embed/video/index.html
  30. 4
      static/web/index.html
  31. 8
      static/web/styles/admin/main-layout.css

2
static/web/404.html vendored

File diff suppressed because one or more lines are too long

2
static/web/404/index.html vendored

File diff suppressed because one or more lines are too long

0
static/web/_next/static/j8sxtRddPW4ih88_sdfzy/_buildManifest.js → static/web/_next/static/DEzA2IzuIB4XozRP-8XuR/_buildManifest.js

0
static/web/_next/static/j8sxtRddPW4ih88_sdfzy/_ssgManifest.js → static/web/_next/static/DEzA2IzuIB4XozRP-8XuR/_ssgManifest.js

2
static/web/admin/access-tokens/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/actions/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/emojis/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/messages/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/users/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-chat/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-federation/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-notify/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-social-items/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-video/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config/general/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config/server/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/actions/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/followers/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/hardware-info/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/help/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/logs/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/stream-health/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/upgrade/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/viewer-info/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/webhooks/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/embed/chat/readonly/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/embed/chat/readwrite/index.html vendored

File diff suppressed because one or more lines are too long

4
static/web/embed/video/index.html vendored

File diff suppressed because one or more lines are too long

4
static/web/index.html vendored

File diff suppressed because one or more lines are too long

8
static/web/styles/admin/main-layout.css vendored

@ -120,6 +120,12 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
padding-top: 1em;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.global-stream-title-container ::placeholder{
color : #696767;
} }
.global-stream-title-container .textfield-with-submit-container { .global-stream-title-container .textfield-with-submit-container {
@ -131,6 +137,8 @@
.global-stream-title-container .textfield-with-submit-container .input-side { .global-stream-title-container .textfield-with-submit-container .input-side {
width: 400px; width: 400px;
border: 1px solid rgba(120,113,255,0.5);
border-radius: 0.75rem;
} }
@media (max-width: 800px) { @media (max-width: 800px) {

Loading…
Cancel
Save