mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Fixing padding for misaligned small logo URL
This commit is contained in:
parent
60a3641cc5
commit
0331b1720a
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
z-index: 1000;
|
||||
box-shadow: 0 1px 5px rgba(70, 70, 70, .4);
|
||||
background-color: $white;
|
||||
padding-right: 3px;
|
||||
padding-top: 3px;
|
||||
.docked & {
|
||||
position: fixed;
|
||||
}
|
||||
|
@ -34,6 +36,8 @@
|
|||
.fa-home {
|
||||
font-size: 20px;
|
||||
line-height: 40px;
|
||||
padding-right: 3px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
.panel {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue