Skip to content
Snippets Groups Projects
Commit 74fc7e08 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Improve comemnts discussion header

Changelog: fixed
parent 6ce9b8fa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -104,7 +104,7 @@ export default {
:link-href="author.path"
:img-src="author.avatar_url"
:img-alt="author.name"
:img-size="32"
:img-size="24"
:img-css-classes="'gl-mr-0!' /* NOTE: this is needed only while we migrate user-avatar-image to GlAvatar (https://gitlab.com/groups/gitlab-org/-/epics/7731) */"
/>
</div>
Loading
Loading
Loading
Loading
@@ -564,7 +564,6 @@ $system-note-svg-size: 16px;
}
 
.discussion-header {
min-height: $line-height-base * 2em;
box-sizing: content-box;
 
.note-header-info {
Loading
Loading
@@ -579,6 +578,7 @@ $system-note-svg-size: 16px;
&.note-wrapper {
display: flex;
align-items: center;
padding-right: $gl-padding;
}
}
 
Loading
Loading
Loading
Loading
@@ -791,6 +791,9 @@ input {
.navbar-gitlab .header-content .title img {
height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
}
.navbar-gitlab .header-content .title a {
display: flex;
align-items: center;
Loading
Loading
@@ -2047,9 +2050,19 @@ body.gl-dark {
.gl-display-none {
display: none;
}
@media (min-width: 992px) {
.gl-lg-display-none\! {
display: none !important;
}
}
.gl-display-flex {
display: flex;
}
@media (min-width: 992px) {
.gl-lg-display-flex {
display: flex;
}
}
@media (min-width: 576px) {
.gl-sm-display-block {
display: block;
Loading
Loading
Loading
Loading
@@ -776,6 +776,9 @@ input {
.navbar-gitlab .header-content .title img {
height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
}
.navbar-gitlab .header-content .title a {
display: flex;
align-items: center;
Loading
Loading
@@ -1707,9 +1710,19 @@ svg.s16 {
.gl-display-none {
display: none;
}
@media (min-width: 992px) {
.gl-lg-display-none\! {
display: none !important;
}
}
.gl-display-flex {
display: flex;
}
@media (min-width: 992px) {
.gl-lg-display-flex {
display: flex;
}
}
@media (min-width: 576px) {
.gl-sm-display-block {
display: block;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment