Removed all outdated CSS classes
This commit is contained in:
@ -9,9 +9,6 @@ const remove-margin = 1.1rem
|
||||
margin-top calc(remove-margin * -1)
|
||||
width calc(100% + remove-margin * 2)
|
||||
|
||||
.anime-list-owner
|
||||
display none
|
||||
|
||||
.anime-list-item-image,
|
||||
.anime-list-item-image-container
|
||||
width 27px
|
@ -1,6 +1,3 @@
|
||||
// .forum-header
|
||||
// text-align left
|
||||
// margin-bottom 1rem
|
||||
post-content-padding-y = 0.75rem
|
||||
|
||||
.thread-link
|
||||
|
@ -9,7 +9,4 @@
|
||||
// border-radius 50%
|
||||
|
||||
// &.fade-out
|
||||
// pointer-events none
|
||||
|
||||
// .theme-wheel-theme
|
||||
// //
|
||||
// pointer-events none
|
@ -1,24 +1,3 @@
|
||||
// .widgets
|
||||
// display grid
|
||||
// grid-template-columns 1fr
|
||||
|
||||
// > 810px
|
||||
// .widgets
|
||||
// grid-template-columns repeat(2, 1fr)
|
||||
// grid-gap content-padding
|
||||
|
||||
// > 1240px
|
||||
// .widgets
|
||||
// grid-template-columns repeat(3, 1fr)
|
||||
|
||||
// > 1640px
|
||||
// .widgets
|
||||
// grid-template-columns repeat(4, 1fr)
|
||||
|
||||
.widgets
|
||||
horizontal-wrap
|
||||
justify-content center
|
||||
|
||||
.widget
|
||||
vertical
|
||||
flex 1
|
||||
@ -57,13 +36,6 @@
|
||||
width 100%
|
||||
// max-width 700px
|
||||
|
||||
.widget-ui-element-text
|
||||
horizontal
|
||||
clip-long-text
|
||||
justify-content flex-start
|
||||
align-items center
|
||||
width 100%
|
||||
|
||||
.widget-form
|
||||
width 100%
|
||||
max-width 650px
|
||||
|
Reference in New Issue
Block a user