Merge branch 'cleanup' into 'develop'

Remove unused styles

See merge request soapbox-pub/soapbox!2289
renovate/tabler-icons-2.x
marcin mikołajczak 2023-02-14 21:28:37 +00:00
commit a85bf8d284
2 zmienionych plików z 1 dodań i 25 usunięć

Wyświetl plik

@ -10,16 +10,4 @@ body.rtl {
.table td {
text-align: right;
}
@media screen and (min-width: 631px) {
.column {
padding-left: 5px;
padding-right: 5px;
&:first-child {
padding-left: 5px;
padding-right: 10px;
}
}
}
}

Wyświetl plik

@ -89,8 +89,7 @@
}
.react-swipeable-view-container {
&,
.column {
& {
height: 100%;
}
}
@ -130,17 +129,6 @@
}
}
.text-btn {
display: inline-block;
padding: 0;
font-family: inherit;
font-size: inherit;
color: inherit;
border: 0;
background: transparent;
cursor: pointer;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
}