diff --git a/src/renderer/components/WatchVideoDescription/WatchVideoDescription.css b/src/renderer/components/WatchVideoDescription/WatchVideoDescription.css index e5cf8f4547db8..0f5a305b79ce5 100644 --- a/src/renderer/components/WatchVideoDescription/WatchVideoDescription.css +++ b/src/renderer/components/WatchVideoDescription/WatchVideoDescription.css @@ -51,3 +51,29 @@ .license { margin-block: 1em; } + +.contentDisclosureSection { + margin-block-start: 1.5em; +} + +.contentDisclosureTitle { + font-size: 20px; + font-weight: 600; + margin-block-end: 12px; +} + +.contentDisclosureHeader { + font-weight: 600; + font-size: 15px; + margin-block-end: 4px; +} + +.contentDisclosureBody { + font-size: 15px; + line-height: 1.4; + opacity: 0.9; +} + +.contentDisclosureItem + .contentDisclosureItem { + margin-block-start: 12px; +} diff --git a/src/renderer/components/WatchVideoDescription/WatchVideoDescription.vue b/src/renderer/components/WatchVideoDescription/WatchVideoDescription.vue index 0b41a2b832e96..5f10b009f113c 100644 --- a/src/renderer/components/WatchVideoDescription/WatchVideoDescription.vue +++ b/src/renderer/components/WatchVideoDescription/WatchVideoDescription.vue @@ -1,6 +1,6 @@