diff --git a/app/styles/rtl.scss b/app/styles/rtl.scss index bab735c81..09de6297d 100644 --- a/app/styles/rtl.scss +++ b/app/styles/rtl.scss @@ -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; - } - } - } } diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 5e67fd949..576d5d4f9 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -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; }