Update a little bit user dropdown message
[oweals/peertube.git] / client / src / app / shared / video / feed.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .video-feed {
5   width: min-content;
6
7   a {
8     color: black;
9     display: block;
10   }
11
12   my-global-icon {
13     cursor: pointer;
14     width: 12px;
15     position: relative;
16     top: -2px;
17
18     @include apply-svg-color(var(--mainForegroundColor))
19   }
20 }