diff options
| author | Bobby <[email protected]> | 2023-06-11 19:58:32 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-11 19:58:32 -0400 |
| commit | b0d1c9827c53d3d33facf08fc2043f43801ae6fa (patch) | |
| tree | 7f65453db57b603b8e233bf76883956a6821e156 /static/css/phone_compatibility.css | |
| parent | 114460370c2613ea103b6eb709b3ea076d045bc9 (diff) | |
| download | thatcomputerscientist-b0d1c9827c53d3d33facf08fc2043f43801ae6fa.tar.xz thatcomputerscientist-b0d1c9827c53d3d33facf08fc2043f43801ae6fa.zip | |
Tags are now available on the blog
Diffstat (limited to 'static/css/phone_compatibility.css')
| -rw-r--r-- | static/css/phone_compatibility.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index c38112f6..f329c68e 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -141,6 +141,11 @@ I am not sure yet. border-radius: 8px; } + .post-actions > span { + display: block !important; + float: none !important; + } + #ハンバーガー { display: block !important; } |
