fix: remove tablet specific responsive UI (#1411)
* fix: revert tablet responsiveness UI * fix: don't let the "Saving..." text container hide the note title on tablets * chore: better visibility of css classes list * fix: fixed width of notes container column on Tablets
This commit is contained in:
@@ -67,11 +67,6 @@ $heading-height: 75px;
|
||||
position: relative;
|
||||
min-width: 16ch;
|
||||
overflow: visible;
|
||||
margin-right: 20px;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
max-width: 16ch;
|
||||
}
|
||||
}
|
||||
|
||||
#save-status {
|
||||
|
||||
Reference in New Issue
Block a user