aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-23 22:35:20 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-23 22:35:20 +0100
commitc9f5012f102c5270d27206aca957b2ee16fe04f8 (patch)
tree9db21f32b54e486635ef144443514bf1f248f3bf /p/themes/Mapco/mapco.css
parent4869ae0fec949f774cee12cd0a42636b1ad45b12 (diff)
Fix: nord theme mobile (#4892)
* fix * fixed: background color of theme slider properties * fixed: padding in mobile view + merge mobile view code * fix favicon position in mobile view
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 5a6b44b9a..7d014cb0b 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -178,7 +178,6 @@ input.extend {
}
.form-group .group-name {
padding: 10px 0;
- text-align: right;
}
.form-group .group-controls {
min-height: 25px;
@@ -1206,9 +1205,6 @@ main.prompt {
/*=== MOBILE */
/*===========*/
@media (max-width: 840px) {
- .form-group .group-name {
- text-align: left;
- }
.aside {
transition: all 0.2s ease-in-out;
}