diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 11:34:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 11:34:45 +0900 |
| commit | 7cbe95a1cf67f2536a6332bbccc7129afcd92f73 (patch) | |
| tree | 1729cb8f32ba1cda4019bed24a29ec1ed7a69611 /src | |
| parent | feat(client): Remove ResizeObserver polyfill (diff) | |
| download | sharkey-7cbe95a1cf67f2536a6332bbccc7129afcd92f73.tar.gz sharkey-7cbe95a1cf67f2536a6332bbccc7129afcd92f73.tar.bz2 sharkey-7cbe95a1cf67f2536a6332bbccc7129afcd92f73.zip | |
fix(cliemt): Fix style
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/ui/container.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/components/ui/container.vue b/src/client/components/ui/container.vue index 6a718439aa..e5b11770af 100644 --- a/src/client/components/ui/container.vue +++ b/src/client/components/ui/container.vue @@ -168,4 +168,12 @@ export default Vue.extend({ } } } + +._forceContainerFull_.ukygtjoj { + > header { + > .title { + padding: 12px 16px !important; + } + } +} </style> |