summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_headers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_headers.scss')
-rw-r--r--webapp/sass/layout/_headers.scss23
1 files changed, 21 insertions, 2 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index f2705fc0a..832bed50e 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -43,6 +43,7 @@
}
&:last-child {
+ padding-right: 8px;
width: 8.9%;
}
}
@@ -375,8 +376,17 @@
font-size: 22px;
height: 30px;
line-height: 26px;
- margin-right: 9px;
- width: 24px;
+ margin-right: 3px;
+ text-align: center;
+ width: 30px;
+
+ th {
+ &:last-child {
+ div {
+ margin-right: 10px;
+ }
+ }
+ }
.channel__wrap.move--left & {
position: absolute;
@@ -384,6 +394,15 @@
top: 14px;
}
+ .icon__flag {
+ svg {
+ height: 18px;
+ position: relative;
+ top: 2px;
+ width: 19px;
+ }
+ }
+
> a {
@include opacity(.6);
@include single-transition(all, .1s, ease-in);