diff options
| author | MetaCubeX <[email protected]> | 2022-05-30 23:09:07 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-30 23:09:07 +0800 |
| commit | 4d8266d88e975cc0a79dcd77341abc96d2c06f4c (patch) | |
| tree | b237bf3faf80a8ce5b0852a99ef58a350bfff273 /src/components/Search.module.scss | |
| parent | aa2a7150c1df28988bcf71aeb77c89d098be870e (diff) | |
chore: log style
Diffstat (limited to 'src/components/Search.module.scss')
| -rw-r--r-- | src/components/Search.module.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/components/Search.module.scss b/src/components/Search.module.scss index b2e133f..294fe65 100644 --- a/src/components/Search.module.scss +++ b/src/components/Search.module.scss @@ -1,10 +1,16 @@ .RuleSearch { - padding: 0 25px 5px; + padding: 0 40px 5px; + @media (max-width: 768px) { + padding: 0 25px 5px; + } } .RuleSearchContainer { position: relative; - height: 30px; + height: 40px; + @media (max-width: 768px) { + height: 30px; + } } .inputWrapper { |
