mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
Fixed text editor issues on mobile
This commit is contained in:
parent
2fb2a43e6a
commit
eef333431e
2 changed files with 8 additions and 2 deletions
|
@ -1960,6 +1960,12 @@ a.tag:hover {
|
|||
.filename {
|
||||
font-weight: bold;
|
||||
}
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
width: 70%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
.row.content {
|
||||
padding: 15px 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue