Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/mobile.css')
-rw-r--r--static/css/mobile.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css
index 228ba1a..1fe7945 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -60,7 +60,21 @@
margin: 0;
}
- .top-nav h3, img, text {
+ .attention-message {
+ display: none;
+ }
+
+ .top-nav h3, .top-nav img, .top-nav text {
+ display: none;
+ }
+
+ .article-header-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .article-header div {
display: none;
}