mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
14 lines
148 B
CSS
14 lines
148 B
CSS
@import './kbd.css';
|
|
@import './code.css';
|
|
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.el-tabs__header {
|
|
position: sticky;
|
|
top: 0px;
|
|
z-index: 2;
|
|
}
|