.comment-account {
@include disable-default-a-behaviour;
+ word-break: break-all;
color: var(--mainForegroundColor);
font-weight: $font-bold;
}
img { margin-right: 10px; }
}
}
+
+@media screen and (max-width: 450px) {
+ .root-comment {
+ font-size: 14px;
+ }
+}
\ No newline at end of file
margin: 20px 0 0 0;
.video-info {
+ padding: 0;
.video-info-first-row {
}
/deep/ .other-videos {
+ padding-left: 0 !important;
+
/deep/ .video-miniature {
flex-direction: column;
}
}
@media screen and (max-width: 450px) {
- .video-bottom .action-button .icon-text {
- display: none !important;
+ .video-bottom {
+ .action-button .icon-text {
+ display: none !important;
+ }
+
+ .video-info .video-info-first-row {
+ .video-info-name {
+ font-size: 18px;
+ }
+
+ .video-info-date-views {
+ font-size: 14px;
+ }
+
+ .video-actions-rates {
+ margin-top: 10px;
+ }
+ }
+
+ .video-info-description {
+ font-size: 14px !important;
+ }
}
}