File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/starlight-theme-mtasa Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @multitheftauto/starlight-theme-mtasa" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Starlight theme for Multi Theft Auto" ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 30
30
height : var (--sl-nav-height-original );
31
31
}
32
32
33
+ /* Fix the height of the logo that depends on the original height of the header. */
34
+ .page > .header > .header .site-title img {
35
+ height : calc (var (--sl-nav-height-original ) - 2 * var (--sl-nav-pad-y ));
36
+ }
37
+
33
38
/* Increase the padding on the right side of header to move the search control to the left,
34
39
to prevent hiding it beneath the menu button. */
35
40
@media (max-width : 50rem ) {
You can’t perform that action at this time.
0 commit comments