diff options
Diffstat (limited to 'client/src/app/search/search.component.scss')
-rw-r--r-- | client/src/app/search/search.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index 78749cf20..6e59adb60 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss | |||
@@ -62,7 +62,7 @@ | |||
62 | 62 | ||
63 | display: flex; | 63 | display: flex; |
64 | align-items: baseline; | 64 | align-items: baseline; |
65 | color: var(--mainForegroundColor); | 65 | color: pvar(--mainForegroundColor); |
66 | width: fit-content; | 66 | width: fit-content; |
67 | 67 | ||
68 | .video-channel-display-name { | 68 | .video-channel-display-name { |
@@ -111,7 +111,7 @@ | |||
111 | 111 | ||
112 | // Override the min-width: 500px to not break screen | 112 | // Override the min-width: 500px to not break screen |
113 | ::ng-deep .video-miniature-information { | 113 | ::ng-deep .video-miniature-information { |
114 | min-width: 223px !important; | 114 | min-width: $video-thumbnail-width !important; |
115 | } | 115 | } |
116 | } | 116 | } |
117 | 117 | ||