fixup: limit the logo size for the narrow layout
This commit is contained in:
parent
dc715f697d
commit
f7929cc8d1
|
@ -101,6 +101,10 @@
|
|||
border-right: none;
|
||||
}
|
||||
|
||||
#logo {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
#installed {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
@ -131,7 +135,7 @@
|
|||
<body id="stylish-manage">
|
||||
|
||||
<div id="header">
|
||||
<svg x="0px" y="0px" viewBox="0 0 96.1 96.1" enable-background="new 0 0 96.1 96.1" xml:space="preserve">
|
||||
<svg id="logo" x="0px" y="0px" viewBox="0 0 96.1 96.1" enable-background="new 0 0 96.1 96.1" xml:space="preserve">
|
||||
<rect x="0" y="0" width="96" height="96"></rect>
|
||||
<path fill="#BD4031" d="M73.5,18.7v13.4c0,1.7-0.7,2.7-2.1,3.6c-1.4,0.9-3.3,0.9-4.8,0.2c-2.5-1.1-4.8-2.1-7.1-2.9v6.4c5.5,1.4,9.2,3.2,12.2,6c4,3.8,6,9,6,15.6c0,0.8,0,1.6-0.1,2.3h13.3V6.1H59.5v5.4c3.5,0.5,7.1,1.3,10.8,2.3C72.5,14.3,73.5,16.5,73.5,18.7z"></path>
|
||||
<path fill="#AEC562" d="M54.5,32c-1.8-0.3-3.5-0.4-5.1-0.4c-4.1,0-6.1,0.7-6.6,0.9c-0.7,0.3-1.4,1.7-0.6,2.5c0.2,0.2,0.4,0.4,0.6,0.5h11.6V32z"></path>
|
||||
|
|
Loading…
Reference in New Issue
Block a user