From 4e5dbd8390c87dae87e6f324e3a8e10ca4fd0f66 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 23 Jun 2023 13:20:27 +0800 Subject: [PATCH] Format code --- islands/Settings.tsx | 28 ++++++++++++++++------------ static/common.css | 18 +++++++----------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/islands/Settings.tsx b/islands/Settings.tsx index 40ed4ac..4e6c9d5 100644 --- a/islands/Settings.tsx +++ b/islands/Settings.tsx @@ -102,7 +102,9 @@ export default class Settings extends Component { { > { button { + +.settings .ua>button { position: absolute; top: 30px; left: -10px; } - - -@media (max-width:767px) { - -} +@media (max-width:767px) {} @media (max-width:1280px) { .settings { margin: 0; } -} \ No newline at end of file +}