mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-22 08:14:26 +08:00
14 lines
217 B
CSS
14 lines
217 B
CSS
|
|
.aura-header-icon {
|
||
|
|
float: right;
|
||
|
|
height: 40px;
|
||
|
|
-webkit-app-region: no-drag;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aura-header-icon img {
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
margin: 10px 0 8px 8px;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|