File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -1221,22 +1221,30 @@ button[class*="tocCollapsibleButton"] {
1221
1221
.theme-last-updated {
1222
1222
line-height : 18px ;
1223
1223
}
1224
+
1225
+ .theme-doc-footer-edit-meta-row {
1226
+ padding : 0 var (--ifm-spacing-horizontal );
1227
+ grid-row-gap : 8px ;
1228
+ }
1224
1229
}
1225
1230
1226
- @media only screen and (min-width : 540px ) and (max-width : 996px ) {
1227
- .theme-doc-footer .col {
1228
- flex-basis : 50% !important ;
1229
- max-width : 50% !important ;
1231
+ @media only screen and (max-width : 1320px ) {
1232
+ .theme-doc-footer-edit-meta-row {
1233
+ flex-direction : column ;
1234
+ }
1235
+ }
1236
+
1237
+ @media only screen and (max-width : 996px ) {
1238
+ div [class ^= " lastUpdated" ] {
1239
+ text-align : end ;
1230
1240
}
1231
1241
}
1232
1242
1233
1243
@media only screen and (max-width : 539px ) {
1234
- .theme-doc-footer .col {
1244
+ .theme-doc-footer-edit-meta-row div [class ^= " editButtons" ] {
1245
+ flex-direction : column ;
1246
+ grid-row-gap : 8px ;
1235
1247
text-align : center ;
1236
-
1237
- & :first-child {
1238
- margin-bottom : 16px ;
1239
- }
1240
1248
}
1241
1249
}
1242
1250
You can’t perform that action at this time.
0 commit comments