Преглед изворни кода

Automatic fix rtlcss
From https://github.com/FreshRSS/FreshRSS/pull/3817

Alexandre Alapetite пре 4 година
родитељ
комит
68dc18a7aa
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      p/themes/base-theme/template.rtl.css

+ 5 - 1
p/themes/base-theme/template.rtl.css

@@ -74,7 +74,7 @@ sup {
 
 kbd {
 	background-color: #eee;
-	padding: 2px 4px 2px 24px;
+	padding: 2px 24px 2px 4px;
 	display: inline-block;
 	color: #333;
 	border: 1px solid #b4b4b4;
@@ -173,6 +173,10 @@ button.as-link[disabled] {
 }
 
 /*=== Tables */
+.table-wrapper {
+	overflow-x: auto;
+}
+
 table {
 	max-width: 100%;
 }