replace menu icon from astral unicode to mini svg
This commit is contained in:
parent
20fa044906
commit
377131e43d
@ -71,10 +71,15 @@ html,body {
|
||||
color:black;
|
||||
font-weight:bold;
|
||||
|
||||
line-height:18px;
|
||||
line-height:0;
|
||||
height:18px;
|
||||
width:18px;
|
||||
text-align:center;
|
||||
}
|
||||
.menubutton svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.menubutton:hover {
|
||||
background:white;
|
||||
}
|
||||
|
@ -11,7 +11,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="tabbar placement-top" id="bar">
|
||||
<div class="menubutton" id="menubutton">☰</div>
|
||||
<div class="menubutton" id="menubutton">
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path fill="#000000" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />
|
||||
</svg>
|
||||
</div>
|
||||
<div class="tabitem selected" data-tab="tab-main" id="tabitem-tab-main">
|
||||
<span class="tab-label">
|
||||
Main
|
||||
|
Loading…
Reference in New Issue
Block a user