1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 01:34:21 +02:00
This commit is contained in:
syuilo
2018-02-22 22:03:44 +09:00
parent 7816282318
commit bc632cefe5
11 changed files with 104 additions and 90 deletions

View File

@@ -287,7 +287,7 @@ export default Vue.extend({
width calc(100% - 275px * 2)
order 2
> *:not(main)
> *:not(.main)
width 275px
padding 16px 0 16px 0
@@ -303,7 +303,7 @@ export default Vue.extend({
order 3
@media (max-width 1100px)
> *:not(main)
> *:not(.main)
display none
> .main