Commit 48473f68431e127fe9515ecbad7cfa5f4646e393
1 parent
207c9104
Exists in
master
and in
28 other branches
Removed padding-top from header content
Since there's no quick access anymore, there's no reason to increase padding at top Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/header.css
@@ -428,7 +428,8 @@ header #sisp-header-quick-access a { | @@ -428,7 +428,8 @@ header #sisp-header-quick-access a { | ||
428 | font-weight: bold; | 428 | font-weight: bold; |
429 | } | 429 | } |
430 | 430 | ||
431 | +/* | ||
431 | header #spb-header-content, | 432 | header #spb-header-content, |
432 | header #sisp-header-content { | 433 | header #sisp-header-content { |
433 | padding-top: 13px; | 434 | padding-top: 13px; |
434 | -} | 435 | +} */ |