mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
Prevent horizontal scrolling on pages with long source URLs
This commit is contained in:
Vendored
+3
@@ -906,6 +906,9 @@ input[type="submit"]:hover,
|
||||
#post .gallery .item small {
|
||||
font-size: 10px;
|
||||
}
|
||||
#post .source-url {
|
||||
overflow: auto;
|
||||
}
|
||||
/* USER */
|
||||
#user .entries {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user