forked from extern/the-glorious-startpage
6 lines
94 B
CSS
6 lines
94 B
CSS
|
#topPanel {
|
||
|
background: var(--panel-bg);
|
||
|
width: 100vw;
|
||
|
height: 32px;
|
||
|
position: absolute;
|
||
|
}
|