mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-21 22:38:12 +08:00
Add nav drawer child padding
This commit is contained in:
parent
6e151b4f88
commit
f1dbe40d00
@ -15,3 +15,11 @@ location /src/assets {
|
||||
rewrite ^/(.*)$ http://localhost:9000/$1 redirect;
|
||||
}
|
||||
```
|
||||
|
||||
> Error: spawn C:\..\node_modules\esbuild\esbuild.exe ENOENT
|
||||
|
||||
```bash
|
||||
node ./node_modules/esbuild/install.js
|
||||
```
|
||||
|
||||
ref: <https://github.com/vitejs/vite/issues/1361>
|
||||
|
@ -193,7 +193,8 @@ export default defineComponent({
|
||||
transition: all 0.3s;
|
||||
> .li__wrapper {
|
||||
> .li__content--tag {
|
||||
width: 100%;
|
||||
width: calc(100% - 20px);
|
||||
padding-left: 20px;
|
||||
height: 36px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user