fix: increase header logo size and reduce nav link spacing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dad3871c65
commit
82162830ec
3 changed files with 112 additions and 69 deletions
|
|
@ -107,16 +107,17 @@ pre, code {
|
|||
}
|
||||
|
||||
a.logo-icon img.logo-icon {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
width: 38px !important;
|
||||
height: 38px !important;
|
||||
display: block !important;
|
||||
margin-right: 4px !important;
|
||||
}
|
||||
|
||||
.header nav ul li a,
|
||||
.top-bar-left nav ul li a,
|
||||
.top-bar-right nav ul li a {
|
||||
padding: 4px 6px !important;
|
||||
font-size: 0.75rem !important;
|
||||
padding: 3px 4px !important;
|
||||
font-size: 0.72rem !important;
|
||||
min-height: auto !important;
|
||||
border: none !important;
|
||||
white-space: nowrap !important;
|
||||
|
|
@ -124,6 +125,12 @@ a.logo-icon img.logo-icon {
|
|||
line-height: 1.2 !important;
|
||||
}
|
||||
|
||||
/* Ocultar el emoji en los links del header para ahorrar espacio */
|
||||
.header nav ul li a .emoji {
|
||||
font-size: 0.85em !important;
|
||||
margin-right: 1px !important;
|
||||
}
|
||||
|
||||
.oasis-nav-header { font-size: 0.85rem !important; }
|
||||
.oasis-nav-list li a {
|
||||
font-size: 0.9rem !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue