mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
refactor css
This commit is contained in:
+4
-8
@@ -2,7 +2,10 @@
|
||||
<TooltipProvider>
|
||||
<MacOSTitleBar></MacOSTitleBar>
|
||||
|
||||
<div id="x-app" class="x-app" :class="{ 'with-macos-titlebar': isMacOS }">
|
||||
<div
|
||||
id="x-app"
|
||||
class="flex w-screen h-screen overflow-hidden cursor-default [&>.x-container]:pt-[15px]"
|
||||
:class="{ 'pt-7': isMacOS }">
|
||||
<RouterView></RouterView>
|
||||
<Toaster position="top-center" :theme="theme"></Toaster>
|
||||
|
||||
@@ -61,10 +64,3 @@
|
||||
store.game.checkVRChatDebugLogging();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* Add title bar spacing for macOS */
|
||||
.x-app.with-macos-titlebar {
|
||||
padding-top: 28px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user