aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-07 22:52:03 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-07 22:52:03 +0100
commit00dc7622fbb25458f82b8d81dffae6f843dadece (patch)
tree5d9e6aec0bd8243b30d5f6f4cfb2334ff820bb88 /themes/baggy/css
parent0ae1e652c94fded9f656876a25ca8021bc5bf727 (diff)
downloadwallabag-00dc7622fbb25458f82b8d81dffae6f843dadece.tar.gz
wallabag-00dc7622fbb25458f82b8d81dffae6f843dadece.tar.zst
wallabag-00dc7622fbb25458f82b8d81dffae6f843dadece.zip
change system for #1123 and keyboard arrows shortcuts
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/main.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 1b221021..5319fd68 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -873,6 +873,20 @@ blockquote {
873 font-size: 1.5em; 873 font-size: 1.5em;
874} 874}
875 875
876.leftPosF {
877 position: fixed;
878 right: 24%;
879 bottom: 2em;
880 font-size: 1.5em;
881}
882
883.rightPosF {
884 position: fixed;
885 right: 16%;
886 bottom: 2em;
887 font-size: 1.5em;
888}
889
876#article_toolbar { 890#article_toolbar {
877 margin-bottom: 1em; 891 margin-bottom: 1em;
878} 892}
@@ -970,6 +984,12 @@ pre code {
970 .topPosF { 984 .topPosF {
971 right: 2.5em; 985 right: 2.5em;
972 } 986 }
987 .leftPosF {
988 right: 4.5em;
989 }
990 .rightPosF {
991 right: 0.5em;
992 }
973} 993}
974 994
975@media screen and (max-width: 700px) { 995@media screen and (max-width: 700px) {
@@ -1063,6 +1083,14 @@ pre code {
1063 display: none; 1083 display: none;
1064 } 1084 }
1065 1085
1086 #article_toolbar .leftPosF {
1087 display: none;
1088 }
1089
1090 #article_toolbar .rightPosF {
1091 display: none;
1092 }
1093
1066 #article { 1094 #article {
1067 width: 100%; 1095 width: 100%;
1068 } 1096 }